Monolog log rotation for dev environment reconfigured.
This commit is contained in:
parent
a165c879cc
commit
5aa09ada31
|
@ -16,7 +16,7 @@ monolog:
|
||||||
main:
|
main:
|
||||||
type: rotating_file
|
type: rotating_file
|
||||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||||
max_files: 5
|
max_files: 2
|
||||||
level: debug
|
level: debug
|
||||||
channels: [!event]
|
channels: [!event]
|
||||||
console:
|
console:
|
||||||
|
|
Loading…
Reference in a new issue