Skip to content

Commit

Permalink
removed overly verbose logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswynn committed Dec 31, 2022
1 parent 51ff424 commit 7ac862b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/api/kubernetes/status/[...service].js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7ac862b

Please sign in to comment.