The branch, master has been updated via 0aca8cade7297dbe428473bcb5ca4e00d4f4bc10 (commit) from 499a783d677c3610974fdffd48573ff5037194a5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0aca8cade7297dbe428473bcb5ca4e00d4f4bc10 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Feb 19 20:11:48 2013 +0100 remove enforcement to DEBUG loglevel, was test code ----------------------------------------------------------------------- Summary of changes: x2gobroker/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2gobroker/defaults.py b/x2gobroker/defaults.py index fdbd881..d52a485 100644 --- a/x2gobroker/defaults.py +++ b/x2gobroker/defaults.py @@ -39,7 +39,7 @@ else: X2GOBROKER_DEBUG = False if X2GOBROKER_USER != X2GOBROKER_DAEMON_USER: X2GOBROKER_DEBUG = True -X2GOBROKER_DEBUG = True + if X2GOBROKER_DEBUG: logger_broker.setLevel(logging.DEBUG) logger_access.setLevel(logging.DEBUG) hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).