We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748a3e2 commit fd0821bCopy full SHA for fd0821b
src/config/logviewer.php
@@ -10,5 +10,5 @@
10
|
11
*/
12
'pattern' => env('LOGVIEWER_PATTERN', '*.log'),
13
- 'storage_path' => env('LOGVIEWER_STORAGE_PATH', 'logs'),
+ 'storage_path' => env('LOGVIEWER_STORAGE_PATH', storage_path('logs')),
14
];
0 commit comments