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

Severity Trace #34

Open
michaelpj opened this issue Aug 27, 2023 · 1 comment
Open

Severity Trace #34

michaelpj opened this issue Aug 27, 2023 · 1 comment

Comments

@michaelpj
Copy link
Collaborator

It's not uncommon for logging systems to have a level below Debug, often called Trace. I do find this useful: often there's a distinction between "debugging information that's not useful during normal operation" (Debug) and "just vomit out everything" (Trace).

@alaendle
Copy link
Member

You are right, most common logging frameworks provide such a distinction (and also a level like critical/fatal on the other side of the scale). However I really like the clear differentiation of a minimal set of severities. So personally I'm undecided if we should add one or consequently two new severities to the core framework.

Con:

Pro:

@vrom911 - your thoughts?

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

No branches or pull requests

2 participants