You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StatsdBundle has a doctrine logger, to send queries times etc to statsd. However it does not work without enabling debug and profiling on doctrine connections (the default in the production env).
It would be useful to always have a chain logger on every connection, or have a tag to add loggers and this stuff would be handled by the doctrine bundle.
The text was updated successfully, but these errors were encountered:
The StatsdBundle has a doctrine logger, to send queries times etc to statsd. However it does not work without enabling debug and profiling on doctrine connections (the default in the production env).
See https://github.com/liuggio/StatsDClientBundle/blob/master/DependencyInjection/Compiler/CollectorCompilerPass.php#L40-L45 and https://github.com/doctrine/DoctrineBundle/blob/master/DependencyInjection/DoctrineExtension.php#L105-L135
It would be useful to always have a chain logger on every connection, or have a tag to add loggers and this stuff would be handled by the doctrine bundle.
The text was updated successfully, but these errors were encountered: