Y
Hacker News
new
|
ask
|
show
|
jobs
by
shereadsthenews
2710 days ago
looking at your benchmarks, I see that you think glog is synchronous. This would be because you are logging at ERROR severity which does indeed flush. Logging at INFO would not have that issue.
1 comments
RafaGC
2710 days ago
Oh, I wasn't aware of that.
link