We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fc8e7 commit ecf71b2Copy full SHA for ecf71b2
config/paths.php
@@ -28,7 +28,7 @@
28
| The PATH where log files are to be stored.
29
|
30
*/
31
- 'logs' => TYPEROCKET_ALT_PATH . '/storage/logs',
+ 'logs' => typerocket_env('TYPEROCKET_LOG_FILE_FOLDER', TYPEROCKET_ALT_PATH . '/storage/logs'),
32
33
/*
34
|--------------------------------------------------------------------------
0 commit comments