mirror of
https://github.com/danog/laravel-madeline-proto.git
synced 2024-11-26 20:04:41 +01:00
Updated telegram.php config file
updated: - split the log file to each day to avoid "hang" when the log file size is exceeding 3 MB
This commit is contained in:
parent
aa75d84f9e
commit
d01032f312
@ -49,7 +49,7 @@ return [
|
||||
|
||||
'logger' => Logger::FILE_LOGGER,
|
||||
|
||||
'logger_param' => env('MP_LOGGER_PATH', storage_path('logs/madeline-proto.log')),
|
||||
'logger_param' => env('MP_LOGGER_PATH', storage_path('logs/madeline_proto_' . date('dmY') . '.log')),
|
||||
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user