diff --git a/src/config/logviewer.php b/src/config/logviewer.php index d8183d7..47bb873 100644 --- a/src/config/logviewer.php +++ b/src/config/logviewer.php @@ -10,5 +10,5 @@ | */ 'pattern' => env('LOGVIEWER_PATTERN', '*.log'), - 'storage_path' => env('LOGVIEWER_STORAGE_PATH', 'logs'), + 'storage_path' => env('LOGVIEWER_STORAGE_PATH', storage_path('logs')), ];