mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
set regular logging level to ERROR
This commit is contained in:
@@ -2,7 +2,7 @@ import logging
|
||||
|
||||
from pipenv.patched.pip._vendor.rich.console import Console
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logging.basicConfig(level=logging.ERROR)
|
||||
|
||||
console = Console()
|
||||
err = Console(stderr=True)
|
||||
|
||||
Reference in New Issue
Block a user