Add a patch tag
[ikiwiki.git] / doc / bugs / ikiwiki_lacks_a_--quiet.mdwn
index fc9644843b08355c9d0ec86b14bb2108bbb5094b..48fa3b0682f2c77e3c26eba89be6f771d5b529da 100644 (file)
@@ -18,3 +18,12 @@ report errors would be nice. -- RichiH
     done
 
 Yes, I can simply redirect the output, but an option would be cleaner, imo. -- Richard
+
+> The output above looks like verbose mode output to me (the scanning/building lines, at least).  Check you haven't enabled it in your setup file by accident. I get the following:
+
+    $ ikiwiki --setup setup
+    successfully generated [cgi]
+    successfully generated [post-update]
+    skipping bad filename [...]
+
+> I've written a patch ([[merged|done]]), pull request sent) that fixes the 'generated...' lines. -- [[Jon]]