Added daily rotate logger for console commands. Issue #108.
This commit is contained in:
parent
c78521e7bf
commit
1bc8dfd5eb
5 changed files with 38 additions and 170 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue