|
|
|
|
|
by dmurray
1512 days ago
|
|
> Making logs during development also forces developers to make a conscious effort of finding a balance of what and when to log something, create proper debug levels not to overwhelm the logs, while still providing some useful information... The need for this balance is why I don't completely agree with the article. If I'm debugging something with log messages, I put way more detail into it than I want to see in production even at LogLevel.DEBUG. |
|
Maybe I'm just bad at it.