summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Martin <jxm@risingtidesystems.com>2011-07-20 09:02:27 +0200
committerJerome Martin <jxm@risingtidesystems.com>2011-07-20 09:03:22 +0200
commit987b63b22ec0f1a0187dde4f969634ab670d2625 (patch)
tree3d46936675665c51a4fa544339baddfece159d85
parentfd461ac4d26b9c7c99d8aabc8b78d5a1c7085ad7 (diff)
downloadconfigshell-fb-987b63b22ec0f1a0187dde4f969634ab670d2625.tar.gz
Made warnings blue by default.
-rw-r--r--configshell/log.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configshell/log.py b/configshell/log.py
index f7799f4..baab3a5 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': 'red',
+ colors = {'critical': 'red', 'error': 'red', 'warning': 'blue',
'info': 'green', 'debug': 'blue'}
def __init__(self, console_level=None,