Logging with loguru (#708)

* logging

* requirements

* add loguru dependency

* restore it

* add loguru

* set log level in .env file

* remove service fee print

* set log level

* more logging

* more logging

* more logging

* pyament.checking_id

* fix
This commit is contained in:
calle 2022-07-07 14:30:16 +02:00 committed by GitHub
parent 847fd18796
commit 089313f613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 202 additions and 81 deletions

View file

@ -1,10 +1,8 @@
QUART_APP=lnbits.app:create_app()
QUART_ENV=development
QUART_DEBUG=true
HOST=127.0.0.1
PORT=5000
DEBUG=true
LNBITS_ALLOWED_USERS=""
LNBITS_ADMIN_USERS=""
# Extensions only admin can access