From 6cfed00a6134ff76e040ee3108ecaf97523ad1a0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 26 Mar 2018 20:48:05 -0300 Subject: [PATCH] Tweak changelog entry --- changelog/3307.feature.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/3307.feature.rst b/changelog/3307.feature.rst index 181f81cc2..dde449066 100644 --- a/changelog/3307.feature.rst +++ b/changelog/3307.feature.rst @@ -1,3 +1,3 @@ -pytest should not change the log level of the root logger when the +pytest not longer changes the log level of the root logger when the ``log-level`` parameter has greater numeric value than that of the level of -the root logger. +the root logger, which makes it play better with custom logging configuration in user code.