Hacker News new | ask | show | jobs
by shabble 4280 days ago
The downside is of course that if you crash hard, the most valuable log entries are the ones least likely to be on-disk afterwards.
1 comments

Which is why logging to disk on the server is BAD, have your log framework write to stdout and have upstart/systemd/whatever handle writing to a remote syslog server or whatever your fancy is.