From: Carl Worth Date: Fri, 15 Jun 2007 21:09:48 +0000 (-0700) Subject: Remove explicit verbose => 0 from setup file X-Git-Url: https://git.cworth.org/git?p=ikiwiki-bootstrap;a=commitdiff_plain;h=616468969224355f490c6a6d7119f83f402a17e5 Remove explicit verbose => 0 from setup file This was defeating the --verbose command-line option. --- 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",