Skip to content
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

revisit log levels #100

Open
MicaiahReid opened this issue Jun 17, 2024 · 0 comments
Open

revisit log levels #100

MicaiahReid opened this issue Jun 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MicaiahReid
Copy link
Contributor

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:

  • ERROR - the Devnet API can't handle something and is broken - should prompt a response
  • WARN - a user's Devnet instance encounters a problem, or there's an invalid request made
  • INFO - a user makes a request to the devnet (just one log/request)
  • DEBUG - the internal requests that the Devnet API makes to the k8s API
@MicaiahReid MicaiahReid added the enhancement New feature or request label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant