Skip to content

Commit 6db59b7

Browse files
committed
config.php: Update description of the 'debug' option.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2543 44740490-163a-0410-bde0-09ae8108e29a
1 parent cf75ee1 commit 6db59b7

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

config-templates/config.php

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@
2424
'tempdir' => '/tmp/simplesaml',
2525

2626

27-
/**
28-
* If you set the debug parameter to true, all SAML messages will be visible in the
29-
* browser, and require the user to click the submit button. If debug is set to false,
30-
* Browser/POST SAML messages will be automaticly submitted.
27+
/*
28+
* If you enable this option, simpleSAMLphp will log all sent and received messages
29+
* to the log file.
30+
*
31+
* Note: The messages are logged with the DEBUG log level, so you also need to set
32+
* the 'logging.level' option to LOG_DEBUG.
3133
*/
32-
'debug' => FALSE,
34+
'debug' => FALSE,
35+
36+
3337
'showerrors' => TRUE,
3438

3539
/**

0 commit comments

Comments
 (0)