|
@@ -530,8 +530,8 @@ to 1 instance")
|
530
|
530
|
help='Set a logger given a logger spec. A logger spec is a string \
|
531
|
531
|
with this form : LOGGERNAME:LOGLEVEL:LOGFILE with LOGLEVEL one of DEBUG, \
|
532
|
532
|
INFO, WARNING, SECURITY, ERROR or FATAL. LOGFILE can be a path to a logfile \
|
533
|
|
-or - to indicate stderr, else you can put a "%s" in the string that will \
|
534
|
|
-be replaced by instance name and a "%l" that will be replaced by the \
|
|
533
|
+or - to indicate stderr, else you can put a "%%s" in the string that will \
|
|
534
|
+be replaced by instance name and a "%%l" that will be replaced by the \
|
535
|
535
|
loglevel.')
|
536
|
536
|
return parser
|
537
|
537
|
|