Change log¶
0.2.0 (2021-06-10)¶
configure_logging
now supports an optionaladd_timestamp
parameter (false by default) that adds a timestamp to each log message.Update dependencies.
0.1.1 (2021-01-14)¶
Fix duplicated log output when logging is configured multiple times.
Update dependencies.
0.1.0 (2020-02-26)¶
The first release of Safir featuring:
safir.http
for adding anaiohttp.ClientSession
to your application.safir.logging
for configuring structlog loggers.safir.metadata
helps your gather and structure metadata about your application for publishing on metadata endpoints.safir.middleware
includes a logging middleware that adds a logger with bound context about the request to your Request object.Documentation about these features and a tutorial for starting a new application with the
roundtable_aiohttp_bot
template.