Replies: 2 comments
|
The configuration is |
0 replies
|
Sorry for the (very) late feedback. Yes, that works, thank you so much: sentry:
logger: 'monolog.logger'However, I don't like how the warning in the source code sounds:
So I'll definitively be super careful with that. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Sorry if this is off-topic (I understand they are third-party packages) but maybe you're familiar with them. I'm trying to figure out why Sentry stopped working. I can see the library logs information, but it's using
NullLogger. How can I configure it to use the application file_log handler? This is very tricky to look for. The documentation I find always refers to the functionality to send application logs to Sentry server, which is NOT what I want. I just want to see Sentry own problems together with the rest of logs. And many directives forsentry.yamlI find do not exist in my version and crash.sentry/sentry: 4.14.2sentry/sentry-symfony: 5.3.0All reactions