supress healthcheck log message

This commit is contained in:
miloschwartz
2026-09-15 15:02:26 -04:00
parent e54d1aa73e
commit 64bb6d9f9c
@@ -43,7 +43,7 @@ export const handleHealthcheckStatusMessage: MessageHandler = async (
const { message, client: c } = context; const { message, client: c } = context;
const newt = c as Newt; const newt = c as Newt;
logger.info("Handling healthcheck status message"); logger.debug("Handling healthcheck status message");
if (!newt) { if (!newt) {
logger.warn("Newt not found"); logger.warn("Newt not found");