diff --git a/docs/logging.rst b/docs/logging.rst index 6bd9266c..36ed7c85 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -129,7 +129,7 @@ handler. :: formatter = RequestFormatter( '[%(asctime)s] %(remote_addr)s requested %(url)s\n' '%(levelname)s in %(module)s: %(message)s' - )) + ) default_handler.setFormatter(formatter) mail_handler.setFormatter(formatter)