Closed leohajder closed 4 years ago
We can use a monolog.logger tag to specify a separate channel, to make it easier to grep through logs, e.g.
monolog.logger
netgen.ezplatform_site.twig.runtime.named_object: ... tags: ... - { name: monolog.logger, channel: ngsiteapi }
Thanks @leohajder!
We can use a
monolog.logger
tag to specify a separate channel, to make it easier to grep through logs, e.g.