We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560ed75 commit e836aa7Copy full SHA for e836aa7
1 file changed
core/config/logging.php
@@ -46,6 +46,7 @@
46
47
'daily' => [
48
'driver' => 'daily',
49
+ 'name' => env('APP_NAME', 'evo'),
50
'path' => EVO_STORAGE_PATH . 'logs/laravel.log',
51
'level' => 'debug',
52
'days' => 7,
0 commit comments