Overuse of the debug log level
Problem
The debug log level is overused across the source code, where most of the time the existing log entries should have used the trace level instead. This makes it "impossible" to turn on the debug level in a production environment, as the number of log entries would be overwhelming.
Solution
Review existing debug log entries and consider moving some (probably most) of them to trace.