Skip to content

add logging.config.fileConfig

Kevin Morris requested to merge kevr/aurweb:pu_logging into pu

This resolves logging issues with alembic on aurweb.initdb in addition to adding more logging utilities for aurweb and tests in general.

Developers should fetch a logger for their specific module via logging.getLogger(__name__).

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports