2017-03-29 09:24:59 -07:00
|
|
|
imports:
|
|
|
|
- { resource: config.yml }
|
|
|
|
|
|
|
|
monolog:
|
|
|
|
handlers:
|
|
|
|
main:
|
|
|
|
type: fingers_crossed
|
|
|
|
action_level: error
|
2017-03-29 15:18:01 -07:00
|
|
|
handler: redis
|
2017-03-29 09:24:59 -07:00
|
|
|
console:
|
|
|
|
type: console
|
2017-03-29 15:18:01 -07:00
|
|
|
redis:
|
|
|
|
type: service
|
|
|
|
id: snc_redis.monolog.handler
|
|
|
|
level: debug
|