.. _logging-too-many-args:

logging-too-many-args / E1205
=============================

**Message emitted:**

Too many arguments for logging format string

**Description:**

*Used when a logging format string is given too many arguments.*

**Problematic code:**

.. literalinclude:: /data/messages/l/logging-too-many-args/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/l/logging-too-many-args/good.py
   :language: python



Created by the `logging <https://github.com/PyCQA/pylint/blob/main/pylint/checkers/logging.py>`__ checker.