Skip to content

Commit ecf71b2

Browse files
committed
improve file log system for pro with customizable path in main config paths.logs
1 parent 92fc8e7 commit ecf71b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)