2020-11-26_23-18-01

This commit is contained in:
koraynilay 2020-11-26 23:18:01 +01:00
parent e223a7067a
commit d345f92704

View file

@ -27,7 +27,8 @@ from legendary.utils.lfs import validate_files
# todo custom formatter for cli logger (clean info, highlighted error/warning) # todo custom formatter for cli logger (clean info, highlighted error/warning)
logging.basicConfig( logging.basicConfig(
format='[%(name)s] %(levelname)s: %(message)s', format='[%(name)s] %(levelname)s: %(message)s',
level=logging.INFO level=logging.INFO,
stream=stdout
) )
logger = logging.getLogger('cli') logger = logging.getLogger('cli')