Skip to content

Commit

Permalink
🎨 update log level
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <ff137@proton.me>
  • Loading branch information
ff137 committed Nov 5, 2024
1 parent fba5ef6 commit fb2eed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acapy_agent/admin/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async def ready_middleware(request: web.BaseRequest, handler: Coroutine):
raise
except (LedgerConfigError, LedgerTransactionError) as e:
# fatal, signal server shutdown
LOGGER.error("Shutdown with %s", str(e))
LOGGER.critical("Shutdown with %s", str(e))
request.app._state["ready"] = False
request.app._state["alive"] = False
raise
Expand Down

0 comments on commit fb2eed9

Please sign in to comment.