From e8df84caa8d6ee9463bb9386b3369ec72b78dde3 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 1 May 2018 10:54:04 -0500 Subject: [PATCH] fixed logging example, thanks Paolo Pastori --- examples/logging.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/logging.example.conf b/examples/logging.example.conf index 5ce728d5..ee1f54d4 100644 --- a/examples/logging.example.conf +++ b/examples/logging.example.conf @@ -21,7 +21,7 @@ # # To log a message: # -# logger.debug("You ought to know that %s" % details) +# logger.debug("You ought to know that %s", details) # # Note that a logging call will be governed by the most restrictive level # set by the setLevel call, the [logger_myapp] section, and the [handler_...]