fixed logging example, thanks Paolo Pastori

This commit is contained in:
mdipierro
2018-05-01 10:54:04 -05:00
parent 13ff0877fd
commit e8df84caa8
+1 -1
View File
@@ -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_...]