I'm Brett Slatkin and this is where I write about programming and related topics. You can contact me here or view my projects.
29 March 2011
@
14:51
How I do logging levels: By frequency. Three types: High frequency (warning, debug). Low frequency (error, info). Extremely low frequency (critical). Info is for uncommon facts. Error is for unexpected production problems. Warning is for expected production issues. Critical is for security related stuff. Debug is for everything else. Strangely (?), I also organize my RSS feeds by frequency. Not sure what that means.
About
I'm the author of the book
Effective Python. I'm a software engineer and I've worked at Google for the past 14 years. My main areas of focus are survey statistics and A/B testing. I formerly worked on Cloud infrastructure and open protocols.
Follow @haxor
if you'd like to read posts from me in the future. You can also
email me here
if you have questions.
If you enjoyed this post, look here for some of my other favorites.
© 2009-2020 Brett Slatkin