first commit
This commit is contained in:
9
config/packages/monolog.yaml
Normal file
9
config/packages/monolog.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
monolog:
|
||||
channels: ['agent']
|
||||
|
||||
handlers:
|
||||
agent:
|
||||
type: stream
|
||||
path: '%kernel.logs_dir%/agent.log'
|
||||
level: debug
|
||||
channels: ['agent']
|
||||
Reference in New Issue
Block a user