diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-06-01 17:55:21 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-06-01 17:55:21 +0000 |
commit | 9232e5df3b0f41dbaabe926a8b5b393be6ddf9cd (patch) | |
tree | b05e3df99f110ddcf0b6720f9c71301f53ae10bf /doc | |
parent | 7c64bcf6adbeb7b59cc5c45a0ccd0cf8b58d7783 (diff) | |
download | ikiwiki-9232e5df3b0f41dbaabe926a8b5b393be6ddf9cd.tar ikiwiki-9232e5df3b0f41dbaabe926a8b5b393be6ddf9cd.tar.gz |
setup file should not have verbose => 0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 31561e20f..12df4507f 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -93,7 +93,7 @@ use IkiWiki::Setup::Standard { # Only send cookies over SSL connections. #sslcookie => 1, # Logging settings: - verbose => 0, + #verbose => 1, syslog => 0, # To link to user pages in a subdirectory of the wiki. #userdir => "users", |