Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- parameters:
- monolog.channel_handlers:
- default: ['rotating_file_debug', 'rotating_file_error']
- php: ['rotating_file_debug']
- monolog.processors: ['message_placeholder', 'current_user', 'request_uri', 'ip', 'referer']
- services:
- monolog.handler.rotating_file_debug:
- class: Monolog\Handler\RotatingFileHandler
- arguments: ['public://logs/debug.log', 10, '100']
- monolog.handler.rotating_file_error:
- class: Monolog\Handler\RotatingFileHandler
- arguments: ['public://logs/error.log', 10, '400']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement