Skip to content

use bytestring for multithreaded stderr output - #48

Open
pasqu4le wants to merge 1 commit into
haskell-hvr:masterfrom
pasqu4le:master
Open

use bytestring for multithreaded stderr output#48
pasqu4le wants to merge 1 commit into
haskell-hvr:masterfrom
pasqu4le:master

Conversation

@pasqu4le

@pasqu4le pasqu4le commented Oct 29, 2018

Copy link
Copy Markdown

Logging on Syslog in multi-thread works fine, but if the PERROR option is active the output on stderr may be scrambled.

This is because hPutStrLn does not output lines atomically, I made a fork to use the bytestring homonym that instead does.

It should not add any delay and works as expected

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 this pull request may close these issues.

1 participant