logging

On Logging

Recently I archived an old github repo log project. In the readme I referenced this great article on logging. In the article Dave Cheney makes a great case that log levels should be limited to just Debug and Info. Some of the log levels out there can get out of hand, so it’s nice to see an argument for a simplified approach. Since reading the article I have been zealous about removing Warning and Fatal logs from my code.