“You can use logging for everything!” — #CowboyDeveloper
You can use Logging for everything • Metrics: print(), then cut/paste into google-sheets, and generate all the charts you need • Alerting: tail -f | grep , and then pipe to sendmail. • Monitoring: Alerting, but across multiple terms • Tracing: Add unique IDs to each log statement. (Yes. Actual examples I've seen...) • Debugging: print(). D-uh.












