Logging level back to INFO.

This commit is contained in:
Jonathan Moody 2022-09-20 08:20:16 -05:00 committed by Lex Berezhny
parent c88f0797a3
commit a7d7efecc7

View file

@ -107,7 +107,7 @@ class WalletServerPayer:
reason = "Stopped"
else:
reason = ""
log.warning("Stopping wallet server payments. %s", reason)
log.info("Stopping wallet server payments. %s", reason)
async def stop(self):
if self.running: