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
Logs are quite noisy.
We currently log all internal K8s requests to INFO. We should probably downgrade these to DEBUG to reduce noise. I think it would be nice to see:
INFO
DEBUG
ERROR
WARN
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Logs are quite noisy.
We currently log all internal K8s requests to
INFO
. We should probably downgrade these toDEBUG
to reduce noise. I think it would be nice to see:ERROR
- the Devnet API can't handle something and is broken - should prompt a responseWARN
- a user's Devnet instance encounters a problem, or there's an invalid request madeINFO
- a user makes a request to the devnet (just one log/request)DEBUG
- the internal requests that the Devnet API makes to the k8s APIThe text was updated successfully, but these errors were encountered: