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

Oh, I wasn't aware of that.