=== modified file 'mandos' --- mandos 2010-09-26 18:32:58 +0000 +++ mandos 2010-09-27 17:39:03 +0000 @@ -1684,7 +1684,7 @@ parser.add_option("--debug", action=u"store_true", help=u"Debug mode; run in foreground and log to" u" terminal") - parser.add_option("--debuglevel", type=u"string", metavar="Level", + parser.add_option("--debuglevel", type=u"string", metavar="LEVEL", help=u"Debug level for stdout output") parser.add_option("--priority", type=u"string", help=u"GnuTLS" u" priority string (see GnuTLS documentation)") === modified file 'mandos.xml' --- mandos.xml 2010-09-26 18:32:58 +0000 +++ mandos.xml 2010-09-27 17:39:03 +0000 @@ -87,6 +87,9 @@ + + @@ -195,6 +198,24 @@ + + + + Set the debugging log level. + LEVEL is a string, one of + CRITICAL, + ERROR, + WARNING, + INFO, or + DEBUG, in order of + increasing verbosity. The default level is + WARNING. + + + + +