summaryrefslogtreecommitdiff
path: root/configshell
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2012-07-11 17:26:02 -0700
committerAndy Grover <agrover@redhat.com>2012-07-11 17:26:02 -0700
commit8ccb7ec00b90ae4a4b54713d7a8dde77d798224b (patch)
treed0ccce004e172feaef9ad7d6cd9eb146938ad80d /configshell
parent9b721145f811985c33e59019ac2804ce4839ade6 (diff)
downloadconfigshell-fb-8ccb7ec00b90ae4a4b54713d7a8dde77d798224b.tar.gz
Make log warning color yellowv1.1.fb5
It seems to be brownish, but whatever, it's better than blue, which is also used for debug level. Signed-off-by: Andy Grover <agrover@redhat.com>
Diffstat (limited to 'configshell')
-rw-r--r--configshell/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configshell/log.py b/configshell/log.py
index baab3a5..1af1a33 100644
--- a/configshell/log.py
+++ b/configshell/log.py
@@ -36,7 +36,7 @@ class Log(object):
'''
__borg_state = {}
levels = ['critical', 'error', 'warning', 'info', 'debug']
- colors = {'critical': 'red', 'error': 'red', 'warning': 'blue',
+ colors = {'critical': 'red', 'error': 'red', 'warning': 'yellow',
'info': 'green', 'debug': 'blue'}
def __init__(self, console_level=None,