changeset 1391:5f80cc29ca07 beta

Removed bolds from colored logs (better readability)
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 18 Jun 2011 01:50:40 +0200
parents 8f2bfd315dad
children 00b8fca6886c
files rhodecode/lib/colored_formatter.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/colored_formatter.py	Sat Jun 18 01:50:01 2011 +0200
+++ b/rhodecode/lib/colored_formatter.py	Sat Jun 18 01:50:40 2011 +0200
@@ -5,7 +5,7 @@
 
 # Sequences
 RESET_SEQ = "\033[0m"
-COLOR_SEQ = "\033[1;%dm"
+COLOR_SEQ = "\033[0;%dm"
 BOLD_SEQ = "\033[1m"
 
 COLORS = {