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:
parent
348033da1b
commit
6a3a72b944
2 changed files with 33 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
HOST=127.0.0.1
|
||||
PORT=5000
|
||||
|
||||
DEBUG=true
|
||||
DEBUG=false
|
||||
|
||||
LNBITS_ALLOWED_USERS=""
|
||||
LNBITS_ADMIN_USERS=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue