Make traefik config wor

This commit is contained in:
Owen
2025-08-16 17:29:27 -07:00
parent 7ca507b1ce
commit 83a696f743
2 changed files with 3 additions and 4 deletions

View File

@@ -210,9 +210,9 @@ export class TraefikConfigManager {
}
}
logger.debug(
`Successfully retrieved traefik config: ${JSON.stringify(traefikConfig)}`
);
// logger.debug(
// `Successfully retrieved traefik config: ${JSON.stringify(traefikConfig)}`
// );
const badgerMiddlewareName = "badger";
if (traefikConfig?.http?.middlewares) {