ecchronos
ecchronos copied to clipboard
Investigate debug logs of ecchronos - Issue #533
To quote macan when I asked for a Definition of Done for this task. "DoD är, flytta alla debug loggar som inte hjälper med troubleshooting till trace." This is just a first suggestion otherwise we have to discuss each debug entry in the log. I have tried to keep those that I think is part of a flow. Those that I think is just some random information I have moved to trace.
Debug is perhaps more used for isolated events, so those can be debugged more easily. Trace on the other hand is perhaps mostly used when trace execution/flows/request-response-trails/etc. If something is regarded "random information", then it is probably not useful for either debugging or tracing (or logging to begin with).
Part of this will be done in issue #666