From: Carl Worth Date: Fri, 1 Jun 2007 16:59:30 +0000 (-0700) Subject: Comment out verbose setting so it can be overridden on the command-line X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=97b0c138a965bb66017bf2ce6e681571eb746252 Comment out verbose setting so it can be overridden on the command-line --- diff --git a/ikiwiki.setup b/ikiwiki.setup index 887f256..75d300d 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -63,7 +63,7 @@ use IkiWiki::Setup::Standard { # Only send cookies over SSL connections. #sslcookie => 1, # Logging settings: - verbose => 0, + # verbose => 0, syslog => 0, # To link to user pages in a subdirectory of the wiki. #userdir => "users",