Skip to content

Instantly share code, notes, and snippets.

@pvanliefland
Created August 24, 2013 08:58
Show Gist options
  • Save pvanliefland/6326996 to your computer and use it in GitHub Desktop.
Save pvanliefland/6326996 to your computer and use it in GitHub Desktop.
Raven config
monolog:
handlers:
main:
type: fingers_crossed
action_level: critical
handler: grouped
grouped:
type: group
members: [nested, buffered]
buffered:
type: buffer
handler: raven
raven:
type: service
id: raven_handler
nested:
type: stream
path: %kernel.logs_dir%/%kernel.environment%.log
level: debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment