Skip to content

logging: Log full strings rather than relying on logging.XXX() interp…

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr427 into master

…olation

This allows easier replacement of the logger objects with some custom subclass adding extra behaviors. When LISA starts requiring Python >= 3.6, we will be able to get rid of all the annoying explicit calls to str.format() and use f-string instead.

Merge request reports