Quiet up logs

This commit is contained in:
Owen
2026-01-05 21:24:46 -05:00
parent 20088ef82b
commit 53e7b99605

View File

@@ -456,11 +456,11 @@ export async function getTraefikConfig(
// ); // );
} else if (resource.maintenanceModeType === "automatic") { } else if (resource.maintenanceModeType === "automatic") {
showMaintenancePage = !hasHealthyServers; showMaintenancePage = !hasHealthyServers;
if (showMaintenancePage) { // if (showMaintenancePage) {
logger.warn( // logger.warn(
`Resource ${resource.name} (${fullDomain}) has no healthy servers - showing maintenance page (AUTOMATIC mode)` // `Resource ${resource.name} (${fullDomain}) has no healthy servers - showing maintenance page (AUTOMATIC mode)`
); // );
} // }
} }
} }