Skip to content

Commit 7cfc8bf

Browse files
committed
lower log level
1 parent 58f3ead commit 7cfc8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esxi/datadog_checks/esxi/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def collect_metrics_for_entity(self, metric_ids, counter_keys_and_names, entity,
294294
additional_tags.append(f'{instance_tag_key}:{instance_value}')
295295

296296
if len(metric_result.value) == 0:
297-
self.log.warning(
297+
self.log.debug(
298298
"Skipping metric %s for %s because no value was returned by the %s",
299299
metric_name,
300300
entity_name,

0 commit comments

Comments
 (0)