Monolog log rotation for dev environment reconfigured.

This commit is contained in:
Alexey Skobkin 2017-01-11 21:42:29 +03:00
parent a165c879cc
commit 5aa09ada31
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ monolog:
main:
type: rotating_file
path: "%kernel.logs_dir%/%kernel.environment%.log"
max_files: 5
max_files: 2
level: debug
channels: [!event]
console: