From 616468969224355f490c6a6d7119f83f402a17e5 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Fri, 15 Jun 2007 14:09:48 -0700
Subject: [PATCH] Remove explicit verbose => 0 from setup file

This was defeating the --verbose command-line option.
---
 ikiwiki.setup | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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",
-- 
2.45.2