mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-29 06:10:47 +00:00
Quiet debug logs
This commit is contained in:
@@ -209,12 +209,6 @@ export async function getTraefikConfig(
|
||||
});
|
||||
});
|
||||
|
||||
// convert the map to an object for printing
|
||||
|
||||
logger.debug(
|
||||
`Resources: ${JSON.stringify(Object.fromEntries(resourcesMap), null, 2)}`
|
||||
);
|
||||
|
||||
// make sure we have at least one resource
|
||||
if (resourcesMap.size === 0) {
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user