Skip to content
Commit 58761a98 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

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

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.
parent c541b26b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment