Description
I suggest that we remove all internal debugging in the code base. We currently have 117 places where we do LoggerLog::debug(). These are all unnecessary method calls that a lightweight logging framework can do without. Xdebug strack trace and profiling is a better option for debugging and understand the execution of log4php instead of pollute the code with internal debug statements.