Tweak changelog entry

This commit is contained in:
Bruno Oliveira 2018-03-26 20:48:05 -03:00 committed by GitHub
parent d895f5d6fc
commit 6cfed00a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.