Skip to content

Commit e836aa7

Browse files
committed
[FIX] Daily log project name.
1 parent 560ed75 commit e836aa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/config/logging.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
'daily' => [
4848
'driver' => 'daily',
49+
'name' => env('APP_NAME', 'evo'),
4950
'path' => EVO_STORAGE_PATH . 'logs/laravel.log',
5051
'level' => 'debug',
5152
'days' => 7,

0 commit comments

Comments
 (0)