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

fix: logger trace mode issues #15

Merged
merged 1 commit into from
Jan 18, 2024
Merged

fix: logger trace mode issues #15

merged 1 commit into from
Jan 18, 2024

Conversation

noomorph
Copy link
Collaborator

Since the logger has been noisier than expected even outside of trace mode, I had to add an optimizedLogger counterpart, which makes it much easier to run performance-safe log.trace.complete(msg, callback) functions.

Also, surprisingly, the thread concurrency turned out to be really huge, so I had to raise maxConcurrency to the maximum possible number (bunyamin allows 100,500, but this should be increased to 1,000,000 in the future).

@noomorph noomorph merged commit 17aebc8 into master Jan 18, 2024
2 checks passed
@noomorph noomorph deleted the fix/logger-issues branch January 18, 2024 09:20
Copy link

🎉 This PR is included in version 2.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant