[Yt-svn] yt: Oops, meant for colored logging to be off by default, not on

hg at spacepope.org hg at spacepope.org
Wed Apr 21 21:58:04 PDT 2010


hg Repository: yt
details:   yt/rev/271be3e176a1
changeset: 1583:271be3e176a1
user:      Matthew Turk <matthewturk at gmail.com>
date:
Wed Apr 21 21:58:00 2010 -0700
description:
Oops, meant for colored logging to be off by default, not on

diffstat:

 yt/config.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1e16d9b6a1cc -r 271be3e176a1 yt/config.py
--- a/yt/config.py	Wed Apr 21 21:57:18 2010 -0700
+++ b/yt/config.py	Wed Apr 21 21:58:00 2010 -0700
@@ -54,7 +54,7 @@
         'time_functions': 'False',
         'LogFile': 'False',
         'LogFileName': 'yt.log',
-        'coloredlogs': 'True',
+        'coloredlogs': 'False',
         'suppressStreamLogging': 'False',
         'LogLevel': '20',
         'timefunctions':'False',



More information about the yt-svn mailing list