mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
Log in var/log in dev
This commit is contained in:
@@ -2,7 +2,7 @@ monolog:
|
||||
handlers:
|
||||
main:
|
||||
type: stream
|
||||
path: php://stderr
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
||||
channels: ["!event"]
|
||||
# uncomment to get logging in your browser
|
||||
|
||||
Reference in New Issue
Block a user