Skip to content

Commit 349c6ee

Browse files
committed
add paths.logs
1 parent 51e7ace commit 349c6ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typerocket/config/paths.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
| The PATH where log files are to be stored.
2929
|
3030
*/
31-
'logs' => TYPEROCKET_ALT_PATH . '/storage/logs',
31+
'logs' => typerocket_env('TYPEROCKET_LOG_FILE_FOLDER', TYPEROCKET_ALT_PATH . '/storage/logs'),
3232

3333
/*
3434
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)