feat: add database debug env var (#2333)
* feat: add database debug env var makes it visible what db actions happen
This commit is contained in:
parent
e4d3faefa0
commit
17839f6a25
4 changed files with 11 additions and 1 deletions
|
|
@ -226,6 +226,7 @@ LNBITS_RESERVE_FEE_PERCENT=1.0
|
|||
######################################
|
||||
|
||||
DEBUG=false
|
||||
DEBUG_DATABASE=false
|
||||
BUNDLE_ASSETS=true
|
||||
|
||||
# logging into LNBITS_DATA_FOLDER/logs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue