le_go icon indicating copy to clipboard operation
le_go copied to clipboard

Blocking log calls are dangerous

Open eaigner opened this issue 8 years ago • 1 comments

Upon closer inspection I noticed that all logging calls are synchronous and blocking. This is very VERY dangerous, as it almost timed out our entire production system.

Log calls should be dispatched to a goroutine by default.

eaigner avatar Oct 30 '15 10:10 eaigner

I actually wrote it in the README.. Do you want to submit a PR?

bsphere avatar Oct 01 '16 06:10 bsphere