mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
865c414504
commit
55c0637b98
5 changed files with 76 additions and 0 deletions
|
@ -30,6 +30,7 @@ backend = sqlite
|
|||
name = aur.db
|
||||
|
||||
[options]
|
||||
aurwebdir = $TOPLEVEL
|
||||
aur_location = https://aur.archlinux.org
|
||||
aur_request_ml = aur-requests@lists.archlinux.org
|
||||
enable-maintenance = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue