pylint-errors

E1205 (logging-too-many-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 many arguments.