DaedTech runs the blog post “Avoid these Things When Logging from Your Application“. It sounds trivial, but it’s not. There are quite a few good reminders for best logging practices. Here’s the summary list:
- Forgetting Context
- Cryptic Codes
- Spamming the Log File
- Unsafe Logging Calls
- Mixing Application Logic with Logging
- Sensible Logging
Read the whole thing for examples and details.