From d345f92704d8e33f9b2f6fed93c36de2e965b3e8 Mon Sep 17 00:00:00 2001 From: koraynilay Date: Thu, 26 Nov 2020 23:18:01 +0100 Subject: [PATCH] 2020-11-26_23-18-01 --- legendary/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 9d1c38e..f1c61e9 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -27,7 +27,8 @@ from legendary.utils.lfs import validate_files # todo custom formatter for cli logger (clean info, highlighted error/warning) logging.basicConfig( format='[%(name)s] %(levelname)s: %(message)s', - level=logging.INFO + level=logging.INFO, + stream=stdout ) logger = logging.getLogger('cli')