Monolog log rotation in dev environment.
This commit is contained in:
parent
bf6cf9cbda
commit
2f4a83d366
|
@ -14,8 +14,9 @@ web_profiler:
|
|||
monolog:
|
||||
handlers:
|
||||
main:
|
||||
type: stream
|
||||
type: rotating_file
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
max_files: 5
|
||||
level: debug
|
||||
channels: [!event]
|
||||
console:
|
||||
|
|
Loading…
Reference in a new issue