[X2Go-Commits] [x2gobroker] 01/05: defaults.conf: Mention X2GOBROKER_DEBUG not only in the global section, but also in the [daemon] and [authservice] section.

git-admin at x2go.org git-admin at x2go.org
Thu Oct 30 06:17:37 CET 2014


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit 94d7d74788e671fb36891024c9238e5b60eae56d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Oct 30 05:26:28 2014 +0100

    defaults.conf: Mention X2GOBROKER_DEBUG not only in the global section, but also in the [daemon] and [authservice] section.
---
 debian/changelog         |    2 ++
 etc/broker/defaults.conf |   14 +++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index dd07727..22e0cfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -189,6 +189,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
       breaks, so that we now have lines that are close to 80 chars long.
     + Make x2gobroker-daemon a symlink and recognize HTTP mode by the
       executable's name.
+    + defaults.conf: Mention X2GOBROKER_DEBUG not only in the global section,
+      but also in the [daemon] and [authservice] section.
   * debian/x2gobroker-agent.dirs:
     + Provide empty log file directory.
   * x2gobroker-wsgi postinst/postrm:
diff --git a/etc/broker/defaults.conf b/etc/broker/defaults.conf
index b026c7b..01ca667 100644
--- a/etc/broker/defaults.conf
+++ b/etc/broker/defaults.conf
@@ -41,6 +41,11 @@
 # Bind standalone daemon to this address:port
 #DAEMON_BIND_ADDRESS=127.0.0.1:8080
 
+# Produce verbose log output in the daemon's log files only.
+# Enabling debug mode here does not affect other parts of the
+# X2Go Session Broker.
+#X2GOBROKER_DEBUG=0
+
 ##########################################################
 ###                                                    ###
 ### Enable SSL Support                                 ###
@@ -59,4 +64,11 @@
 [authservice]
 # X2Go Session Broker (PAM Authentication Service) configuration for Debian
 #
-# currently nothing to configure for the authentication service...
\ No newline at end of file
+# currently nothing to configure for the authentication service...
+
+# Control debug mode (0=disable, 1=enable).
+#
+# Produce verbose log output in the authservice's log file only.
+# Enabling debug mode here does not affect other parts of the
+# X2Go Session Broker.
+#X2GOBROKER_DEBUG=0

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list