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')