[pypy-commit] pypy default: Disable the pretty logger, it makes it impossible to disable the logger

alex_gaynor noreply at buildbot.pypy.org
Mon Nov 26 05:01:40 CET 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r59089:d22f4da1754c
Date: 2012-11-25 21:59 -0600
http://bitbucket.org/pypy/pypy/changeset/d22f4da1754c/

Log:	Disable the pretty logger, it makes it impossible to disable the
	logger

diff --git a/pypy/translator/platform/__init__.py b/pypy/translator/platform/__init__.py
--- a/pypy/translator/platform/__init__.py
+++ b/pypy/translator/platform/__init__.py
@@ -7,7 +7,7 @@
 from pypy.tool.udir import udir
 
 log = py.log.Producer("platform")
-py.log.setconsumer("platform", ansi_log)
+
 
 class CompilationError(Exception):
     def __init__(self, out, err):


More information about the pypy-commit mailing list