From 3e142fab0f1cc54ec828ced73f61e4570d2053bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 1 Nov 2023 16:19:47 +0100 Subject: [PATCH] feat: logger success when wallet is connected this should be a success log, see screenshot --- lnbits/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/app.py b/lnbits/app.py index a4274e9ae..241907f5a 100644 --- a/lnbits/app.py +++ b/lnbits/app.py @@ -162,7 +162,7 @@ async def check_funding_source() -> None: signal.signal(signal.SIGINT, original_sigint_handler) - logger.info( + logger.success( f"✔️ Backend {WALLET.__class__.__name__} connected " f"and with a balance of {balance} msat." )