I would like to override the global config.yml
Monolog configuration from inside of my bundle. Hovewer, when I try to write something like:
monolog:
# some new configuration params
I get this error:
[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
There is no extension able to load the configuration for "monolog"
Is there a way to modify the configuration without resorting to adding compiler passes?