Timeline for What are some patterns and anti-patterns of application logging?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 5, 2011 at 18:07 | comment | added | Wayne Molina | In my case it's "hand-rolled logging system without any idea of what logging actually involves" | |
| Oct 5, 2011 at 17:23 | comment | added | user3792 | +1 - I've seen this. "Error Tables" that have columns like string1, string2, string3, string4, string5, where concatinating all the columns will result in an error code that is not referenced in any of the documentation. The result is logging that is both confusing and useless; also known as "3rd-party-enterprise-app-with-custom-development-debugging-hell". | |
| Oct 5, 2011 at 17:08 | history | answered | Wayne Molina | CC BY-SA 3.0 |