add logging

This commit is contained in:
2021-06-21 17:35:28 +02:00
parent 59de00527d
commit 3dcba71a6d
3 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,9 @@
SQLALCHEMY_DATABASE_URI = 'sqlite:///data/ki.sqlite'
FLASK_APP=app.py
FLASK_ENV=development
KI_AUTH=file
# 10 = debug
KI_LOGLEVEL=10