diff --git a/changelog/11314.improvement.rst b/changelog/11314.improvement.rst index cfbe751f2..272af21f5 100644 --- a/changelog/11314.improvement.rst +++ b/changelog/11314.improvement.rst @@ -1,2 +1,2 @@ -Logging to a file using the ``--log-file`` option now supports ``--log-level``, ``--log-format`` and ``--log-date-format`` as fallback +Logging to a file using the ``--log-file`` option will use ``--log-level``, ``--log-format`` and ``--log-date-format`` as fallback if ``--log-file-level``, ``--log-file-format`` and ``--log-file-date-format`` are not provided respectively.