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

Logging concurrently from multiple threads jumbles output #143

Open
collinsmith opened this issue Sep 7, 2021 · 0 comments
Open

Logging concurrently from multiple threads jumbles output #143

collinsmith opened this issue Sep 7, 2021 · 0 comments
Projects

Comments

@collinsmith
Copy link
Owner

Writing log messages concurrently from multiple threads to stdout causes output messages to be mixed together. The mixing appears to happen at the bounds of conversion symbols.

Unsure if this is an issue with message pool not being properly safe and same object pulled multiple times or the message encoder may require it's string buffer to be ThreadLocal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Logger
  
Awaiting triage
Development

No branches or pull requests

1 participant