Logs, Metrics and Events
Logging is an area of engineering that isn’t really discussed enough.
At some point early during our careers, someone shows us how to debug stuff with print statements, console.log or one of the other variations and we are set. At a later point, someone shows us centralized logging with all our logs going to ELK or Splunk, and now we’re able to do the same sort of thing with loads of servers at once.
[Read More]