Upon trying to make TARL logging a bit more sane with a default log level of INFO, it was spotted that tripod-php was sending timing logs to INFO level, but also had a comment against the line querying whether this should be DEBUG.
Change the timingLog log level to DEBUG as these are absolutely not INFO level logs.
Upon trying to make TARL logging a bit more sane with a default log level of INFO, it was spotted that
tripod-php
was sending timing logs to INFO level, but also had a comment against the line querying whether this should be DEBUG.Change the
timingLog
log level to DEBUG as these are absolutely not INFO level logs.