]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Document the DEBUG log level.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 27 Jan 2014 19:38:10 +0000 (14:38 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 27 Jan 2014 19:38:10 +0000 (14:38 -0500)
doc/htsn-importrc.example
doc/man1/htsn-import.1

index 11427972a6deb8b8f52fd6e4456ff5c434a7a34e..0cabf7aafc8ff744af59b09abf26738c2694efa1 100644 (file)
 
 # How verbose should the logs be? Valid levels are,
 #
-#   "INFO", "WARNING", "ERROR"
+#   "DEBUG", "INFO", "WARNING", "ERROR"
 #
-# (there are others, but we don't emit them.)
+# (there are others, but we don't emit them.) The debug output is
+# extremely verbose and will not be written to syslog even if you try.
 #
 # Default: "INFO"
 #
index a870cbe1b55196d774c73410a4780b11d346da1e..49a6927c4ef7c385f47c086fc1b9d6275170c165 100644 (file)
@@ -156,10 +156,11 @@ will not be auto-rotated; use something like logrotate for that.
 Default: none
 
 .IP \fB\-\-log-level\fR
-How verbose should the logs be? We log notifications at three levels:
-INFO, WARN, and ERROR. Specify the \(dqmost boring\(dq level of
+How verbose should the logs be? We log notifications at four levels:
+DEBUG, INFO, WARN, and ERROR. Specify the \(dqmost boring\(dq level of
 notifications you would like to receive (in all-caps); more
-interesting notifications will be logged as well.
+interesting notifications will be logged as well. The debug output is
+extremely verbose and will not be written to syslog even if you try.
 
 Default: INFO