0
Getting More From Your Logs
One thing I’ve noticed in many projects, is that people often using loggers such as log4net, but don’t really put the logs to use. It’s sometimes logging for the sake of logging (especially in the case of IIS). Such things are very handy for solving live issues, but there is so much more that can be done with them. Whenever starting a new project, or being introduced to an existing project I like to ensure the following is set up. This is so that we know how our application is functioning, have factual data to backup decisions, and to help point out possible areas of improvement.