As described here https://symfony.com/doc/current/logging/channels_handlers.html#how-to-autowire-logger-channels this only works if the channel is predefined in _config/packages/*/monolog.yaml_ ``` monolog: channels: ['autowirechannelname'] ```