X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=ikiwiki.setup;h=8ef49cf6d83fdc1a2e6d97d6ced9e67343d2997b;hb=616468969224355f490c6a6d7119f83f402a17e5;hp=91199a5508b6ca440a160aebaa77d036e1047829;hpb=636929d37386c2a785d796e934c1538d000563ca;p=ikiwiki-bootstrap diff --git a/ikiwiki.setup b/ikiwiki.setup index 91199a5..8ef49cf 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -105,7 +105,12 @@ use IkiWiki::Setup::Standard { # Only send cookies over SSL connections. #sslcookie => 1, # Logging settings: - verbose => 0, + + # It's stupid to set verbose to 0 here since it's the default + # anyway, and it has the side effect of making --verbose on + # the command-line not work. + # verbose => 0, + syslog => 0, # To link to user pages in a subdirectory of the wiki. #userdir => "users",