Hacker News new | ask | show | jobs
by latchkey 1361 days ago
"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(/