removed overly verbose logging message
This commit is contained in:
parent
51ff424d98
commit
7ac862be75
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ export default async function handler(req, res) {
|
|||
return;
|
||||
}
|
||||
const labelSelector = podSelector !== undefined ? podSelector : `${APP_LABEL}=${appName}`;
|
||||
logger.info("labelSelector %s/%s = %s", namespace, appName, labelSelector);
|
||||
try {
|
||||
const kc = getKubeConfig();
|
||||
if (!kc) {
|
||||
|
|
Loading…
Add table
Reference in a new issue