From 6db59b746e85ec18ede84f1dad31192b7ea86c3b Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Fri, 10 Sep 2010 13:14:25 +0000
Subject: [PATCH] config.php: Update description of the 'debug' option.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2543 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index b26289f10..d553a502b 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -24,12 +24,16 @@ $config = array (
 	'tempdir'               => '/tmp/simplesaml',
 	
 
-	/**
-	 * If you set the debug parameter to true, all SAML messages will be visible in the
-	 * browser, and require the user to click the submit button. If debug is set to false,
-	 * Browser/POST SAML messages will be automaticly submitted.
+	/*
+	 * If you enable this option, simpleSAMLphp will log all sent and received messages
+	 * to the log file.
+	 *
+	 * Note: The messages are logged with the DEBUG log level, so you also need to set
+	 * the 'logging.level' option to LOG_DEBUG.
 	 */
-	'debug'                 =>	FALSE,
+	'debug' => FALSE,
+
+
 	'showerrors'            =>	TRUE,
 
 	/**
-- 
GitLab