Files
MtoRagSystem/config/packages/monolog.yaml
2026-02-11 14:15:08 +01:00

10 lines
161 B
YAML

monolog:
channels: ['agent']
handlers:
agent:
type: stream
path: '%kernel.logs_dir%/agent.log'
level: debug
channels: ['agent']