add logging.config.fileConfig

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>
This commit is contained in:
Kevin Morris 2021-06-24 18:38:24 -07:00
parent 865c414504
commit 55c0637b98
5 changed files with 76 additions and 0 deletions

View file

@ -4,6 +4,7 @@ import alembic.command
import alembic.config
import aurweb.db
import aurweb.logging
import aurweb.schema