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:
Setiawan Hu 2020-08-16 23:18:49 +07:00
parent aa75d84f9e
commit d01032f312

View File

@ -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')),
],