Live data from Hacker News

Compressing Logs 169x

uber.com

1–2 of 2 posts

Re: Compressing Logs 169x

#2
"On our memory-constrained systems, this causes many small writes over a long period of time, which in turn causes SSD write-amplification. As a mitigation, we reduced the logging level from INFO to WARN, but this is contrary to what our users want!"

I wonder how many developers ended up doing... s/log.info(/log.warn(/