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

Add trace level logs to the @quiet/logger #2716

Open
islathehut opened this issue Jan 29, 2025 · 0 comments
Open

Add trace level logs to the @quiet/logger #2716

islathehut opened this issue Jan 29, 2025 · 0 comments
Assignees
Labels
4.X v4.X chore developer experience javascript Pull requests that update Javascript code

Comments

@islathehut
Copy link
Collaborator

We have all levels accounted for except trace. Trace logs should only be printed when :trace is specified in the DEBUG environment variable.

Example:

Would print trace

DEBUG=foo*:trace

Wouldn't print trace

DEBUG=foo*
@islathehut islathehut added 3.X v3.X chore developer experience javascript Pull requests that update Javascript code labels Jan 29, 2025
@islathehut islathehut self-assigned this Jan 29, 2025
@islathehut islathehut added this to Quiet Jan 29, 2025
@islathehut islathehut moved this to In progress in Quiet Jan 29, 2025
@islathehut islathehut moved this from In progress to Waiting for review in Quiet Jan 29, 2025
@islathehut islathehut moved this from Waiting for review to Merged in Quiet Feb 4, 2025
@islathehut islathehut added 4.X v4.X and removed 3.X v3.X labels Feb 4, 2025
@islathehut islathehut moved this from Merged to Done in Quiet Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.X v4.X chore developer experience javascript Pull requests that update Javascript code
Projects
Status: Done
Development

No branches or pull requests

1 participant