fixed logging example, thanks Paolo Pastori
This commit is contained in:
@@ -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_...]
|
||||
|
||||
Reference in New Issue
Block a user