Added daily rotate logger for console commands. Issue #108.

This commit is contained in:
Dmitry Khomutov 2017-08-27 00:10:28 +07:00
commit 1bc8dfd5eb
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
5 changed files with 38 additions and 170 deletions

View file

@ -253,6 +253,10 @@ class InstallCommand extends Command
'per_page' => 10,
'url' => $url,
'queue' => $queueConfig,
'log' => [
'rotate' => false,
'max_files' => 0,
],
'email_settings' => [
'from_address' => 'PHP Censor <no-reply@php-censor.local>',
'smtp_address' => null,