Uvicorn loguru format (#741)

* use loguru formatting for uvicorn logs

* remove depth from logging interceptor

* format for uvicorn

* black

* isort

* black again

* python3-dev

* python3-dev

* leaner pipeline

Co-authored-by: dni <dni.khr@gmail.com>
This commit is contained in:
calle 2022-07-15 19:54:12 +02:00 committed by GitHub
parent 348033da1b
commit 6a3a72b944
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 9 deletions

View file

@ -1,7 +1,7 @@
HOST=127.0.0.1
PORT=5000
DEBUG=true
DEBUG=false
LNBITS_ALLOWED_USERS=""
LNBITS_ADMIN_USERS=""