setup file should not have verbose => 0
parent
7c64bcf6ad
commit
9232e5df3b
|
@ -93,7 +93,7 @@ use IkiWiki::Setup::Standard {
|
||||||
# Only send cookies over SSL connections.
|
# Only send cookies over SSL connections.
|
||||||
#sslcookie => 1,
|
#sslcookie => 1,
|
||||||
# Logging settings:
|
# Logging settings:
|
||||||
verbose => 0,
|
#verbose => 1,
|
||||||
syslog => 0,
|
syslog => 0,
|
||||||
# To link to user pages in a subdirectory of the wiki.
|
# To link to user pages in a subdirectory of the wiki.
|
||||||
#userdir => "users",
|
#userdir => "users",
|
||||||
|
|
Loading…
Reference in New Issue