php bin/console debug:container monolog
OR
docker/ctrl exec "bin/console debug:container monolog"
monolog:
channels: ['colors']
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: ["!event", "!doctrine"]
doctrine:
type: stream
path: "%kernel.logs_dir%/doctrine.log"
channels: [doctrine]
colors:
type: stream
path: "%kernel.logs_dir%/colors.log"
channels: [colors]
App\Components\Modules\Capsules\SelectionByColors\SelectionByColorsService:
arguments:
$logger: '@monolog.logger.colors'