Baptiste Bisson
Results
3
issues of
Baptiste Bisson
First, thanks for this great tool ! The only thing that is missing for my usage is a description field. It's not always easy to remember which project is on...
In my commands, I want loggers to log into the file `console.log` Here is my `monolog.yaml` conf: ```yaml when@prod: monolog: handlers: console: type: stream level: debug path: "%kernel.logs_dir%/console.log" channels: console...