wip: initial commit
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
monolog:
|
||||
channels:
|
||||
- deprecation # Deprecations are logged in the dedicated "deprecation" channel when it exists
|
||||
- bpn
|
||||
|
||||
when@dev:
|
||||
monolog:
|
||||
@@ -10,6 +11,11 @@ when@dev:
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
||||
channels: ["!event"]
|
||||
bpn:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.bpn.log"
|
||||
level: debug
|
||||
channels: ["bpn"]
|
||||
# uncomment to get logging in your browser
|
||||
# you may have to allow bigger header sizes in your Web server configuration
|
||||
#firephp:
|
||||
@@ -46,6 +52,11 @@ when@prod:
|
||||
handler: nested
|
||||
excluded_http_codes: [404, 405]
|
||||
buffer_size: 50 # How many messages should be saved? Prevent memory leaks
|
||||
bpn:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.bpn.log"
|
||||
level: debug
|
||||
channels: ["bpn"]
|
||||
nested:
|
||||
type: stream
|
||||
path: php://stderr
|
||||
|
||||
Reference in New Issue
Block a user