-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging Noise Seen from Resource Processor #2135
Comments
Is |
When addressing this just need to also account for local development and us using direct console view (like docker logs) on the vm. |
I'm seeing a lot of noise from the I just ran this query:
And get the following output showing a flurry of instances roughly every 15 minutes It's not a great experience when you're digging into the logs to troubleshoot an issue! |
At present:
This means [stderr] prefix appears as its own entry. Will look at changing to:
Also default log level is |
When running an AppInsights query such as this...
... a number of messages that are simply
[stderr]
are reported...Specifically, this query will return all such logs:
This appears to be related to code in
runner.py
andlogging.py
within the resource processor.We need to avoid this noise and, at the same time, make sure this noise doesn't mean we're dropping other more important logs.
The text was updated successfully, but these errors were encountered: