commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 35/57: runtime: don't add the log appender


From: git
Subject: [Commit-gnuradio] [gnuradio] 35/57: runtime: don't add the log appender --> adds to C++, too.
Date: Wed, 21 May 2014 03:10:28 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch master
in repository gnuradio.

commit 683d10a5d15652fead69ff76213ae94c4bbb2ec2
Author: Tom Rondeau <address@hidden>
Date:   Tue May 13 10:13:30 2014 -0400

    runtime: don't add the log appender --> adds to C++, too.
---
 gnuradio-runtime/python/gnuradio/gr/__init__.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnuradio-runtime/python/gnuradio/gr/__init__.py 
b/gnuradio-runtime/python/gnuradio/gr/__init__.py
index f093277..c8b6141 100644
--- a/gnuradio-runtime/python/gnuradio/gr/__init__.py
+++ b/gnuradio-runtime/python/gnuradio/gr/__init__.py
@@ -50,9 +50,7 @@ from gateway import basic_block, sync_block, decim_block, 
interp_block
 prefs = prefs.singleton
 
 log = gr.logger("gr_log")
-log.add_console_appender(prefs().get_string("LOG", "log_level", "off"), 
'gr::log %d :%p: %m%n')
 log.set_level(prefs().get_string("LOG", "log_level", "notset"))
 
 log_debug = gr.logger("gr_log_debug")
-log_debug.add_console_appender(prefs().get_string("LOG", "debug_level", 
"off"), 'gr::debug %d :%p: %m%n')
 log_debug.set_level(prefs().get_string("LOG", "debug_level", "notset"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]