2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 20:49:01 +00:00

chore: changed LOG to INFO

This commit is contained in:
gavin 2020-04-08 18:54:45 +05:30 committed by GitHub
parent 5b955897c3
commit 5f03d30df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ def is_bench_directory(directory=os.path.curdir):
def log(message, level=0):
levels = {
0: color.blue + 'LOG', # normal
0: color.blue + 'INFO', # normal
1: color.green + 'SUCCESS', # success
2: color.red + 'ERROR', # fail
3: color.yellow + 'WARN' # warn/suggest