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
co-authored by dni
parent 348033da1b
commit 6a3a72b944
2 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
HOST=127.0.0.1
PORT=5000
DEBUG=true
DEBUG=false
LNBITS_ALLOWED_USERS=""
LNBITS_ADMIN_USERS=""