]> git.cworth.org Git - ikiwiki-bootstrap/commitdiff
Remove explicit verbose => 0 from setup file
authorCarl Worth <cworth@cworth.org>
Fri, 15 Jun 2007 21:09:48 +0000 (14:09 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 15 Jun 2007 21:09:48 +0000 (14:09 -0700)
This was defeating the --verbose command-line option.

ikiwiki.setup

index 91199a5508b6ca440a160aebaa77d036e1047829..8ef49cf6d83fdc1a2e6d97d6ced9e67343d2997b 100644 (file)
@@ -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",