Merge pull request #1027 from lnbits/warning-voidwallet

add warning for voidwallet for better coloring in logs
This commit is contained in:
Arc 2022-10-06 09:38:22 +01:00 committed by GitHub
commit 453f57b401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ class VoidWallet(Wallet):
raise Unsupported("")
async def status(self) -> StatusResponse:
logger.info(
logger.warning(
"This backend does nothing, it is here just as a placeholder, you must configure an actual backend before being able to do anything useful with LNbits."
)
return StatusResponse(None, 0)