Skip to content
This repository was archived by the owner on Feb 26, 2019. It is now read-only.

Commit 7f60f0c

Browse files
set the console log level
1 parent fd089b9 commit 7f60f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/download.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def download(self, target_relpath, dest_dir, dest_filename):
389389
# You may turn toggle this behaviour using the "enable_logging" flag in the
390390
# TUF configuration file.
391391
tuf.settings.ENABLE_FILE_LOGGING = False
392-
tuf.log._DEFAULT_LOG_LEVEL = logging.WARNING
392+
tuf.log.__DEFAULT_CONSOLE_LOG_LEVEL = logging.WARNING
393393
from tuf.client.updater import Updater
394394

395395
from in_toto import verifylib

0 commit comments

Comments
 (0)