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

chore: Define logging levels #10116

Closed
spalladino opened this issue Nov 21, 2024 · 1 comment · Fixed by #10355
Closed

chore: Define logging levels #10116

spalladino opened this issue Nov 21, 2024 · 1 comment · Fixed by #10355
Assignees

Comments

@spalladino
Copy link
Collaborator

Define the logging levels we want to use across the app. Consider extremely noisy components like the AVM.

@spalladino spalladino self-assigned this Nov 21, 2024
@spalladino
Copy link
Collaborator Author

spalladino commented Nov 21, 2024

I propose going with:

  • fatal: the process dies
  • error: an unexpected error happened
  • warn: we have strayed from the happy path
  • info: what an operator would want to see while running a process
  • verbose: what we want to see when testing a component
  • debug: what we need to troubleshoot an issue
  • trace: what we enable when we want to break the terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant