30 lines
941 B
YAML
30 lines
941 B
YAML
monolog:
|
|
handlers:
|
|
main:
|
|
type: stream
|
|
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
|
level: debug
|
|
console:
|
|
type: console
|
|
bubble: false
|
|
verbosity_levels:
|
|
VERBOSITY_VERBOSE: INFO
|
|
VERBOSITY_VERY_VERBOSE: DEBUG
|
|
channels: ["!doctrine"]
|
|
console_very_verbose:
|
|
type: console
|
|
bubble: false
|
|
verbosity_levels:
|
|
VERBOSITY_VERBOSE: NOTICE
|
|
VERBOSITY_VERY_VERBOSE: NOTICE
|
|
VERBOSITY_DEBUG: DEBUG
|
|
channels: ["doctrine"]
|
|
# uncomment to get logging in your browser
|
|
# you may have to allow bigger header sizes in your Web server configuration
|
|
#firephp:
|
|
# type: firephp
|
|
# level: info
|
|
#chromephp:
|
|
# type: chromephp
|
|
# level: info
|