pylint-errors

E1206 (logging-too-few-args)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when a logging format string is given too few arguments.