Skip to content

Commit fd0821b

Browse files
authored
Update logviewer.php
1 parent 748a3e2 commit fd0821b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/logviewer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
|
1111
*/
1212
'pattern' => env('LOGVIEWER_PATTERN', '*.log'),
13-
'storage_path' => env('LOGVIEWER_STORAGE_PATH', 'logs'),
13+
'storage_path' => env('LOGVIEWER_STORAGE_PATH', storage_path('logs')),
1414
];

0 commit comments

Comments
 (0)