From 33444402cf881a78a1db3a862d9ee7b9a57e974d Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Thu, 25 Jul 2024 23:02:03 +0200 Subject: [PATCH] enable debug --- .devcontainer/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/.env b/.devcontainer/.env index eeb6120..17abf20 100644 --- a/.devcontainer/.env +++ b/.devcontainer/.env @@ -237,7 +237,7 @@ LNBITS_RESERVE_FEE_PERCENT=1.0 ###### Logging and Development ####### ###################################### -DEBUG=false +DEBUG=true DEBUG_DATABASE=false BUNDLE_ASSETS=true @@ -249,4 +249,4 @@ LOG_ROTATION="100 MB" LOG_RETENTION="3 months" # for database cleanup commands -# CLEANUP_WALLETS_DAYS=90 \ No newline at end of file +# CLEANUP_WALLETS_DAYS=90