Error Handling.
Register error handlers for the Flask application.
This function registers error handlers for standard HTTP exceptions and a catch-all error handler for non-HTTP exceptions.
app – The Flask application instance.
Logging.
Bases: object
object
A logging factory that creates logger instances.
name (str, default="UNSET") – The application’s name.
level (int, default=20) – The log level.
Return a logger.
structlog.BoundLogger
Attach to flask.Flask application.
Application.
flask.Flask
Singleton.
Bases: type
type
Singleton metaclass. See: https://stackoverflow.com/a/6798042.
The instance.
dict
Core.
Contents: