Monolog log rotation for dev environment reconfigured.
This commit is contained in:
parent
a165c879cc
commit
5aa09ada31
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue