We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
seems that the operator emits INFO messages to stderr. stdout seems to be the appropriate place for that.
stderr
stdout
example:
LogSource: stderr {"level":"INFO","ts":"2025-01-02T18:17:11.5370000Z","logger":"controllers.DatadogAgent","msg":"Reconciling DatadogAgent","datadogagent":{"name":"datadog","namespace":"default"}}
Here overview (Azure Insights)
Version:
Image: datadoghq.azurecr.io/operator:1.11.1 Image ID: datadoghq.azurecr.io/operator@sha256:af8bf62c8819e15255349787c9c293d4522231d32ef72a460c4a2f66c212a3e1
The text was updated successfully, but these errors were encountered:
I think this is coming from the logger defaults in controller runtime: https://github.com/kubernetes-sigs/controller-runtime/blob/1ac370e560b19321af779df0610622c03106ec77/pkg/log/zap/zap.go#L148-L150
I'll add a feature request for this for our backlog
Sorry, something went wrong.
No branches or pull requests
Hi,
seems that the operator emits INFO messages to
stderr
.stdout
seems to be the appropriate place for that.example:
Here overview (Azure Insights)
Version:
The text was updated successfully, but these errors were encountered: