mirror of
https://github.com/derrod/legendary.git
synced 2025-08-26 20:11:04 +00:00
2020-11-26_23-18-01
This commit is contained in:
parent
e223a7067a
commit
d345f92704
|
@ -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')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue