We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ec318 commit 7767182Copy full SHA for 7767182
1 file changed
disk/datadog_checks/disk/disk.py
@@ -78,7 +78,6 @@ def check(self, instance):
78
79
# Get disk metrics here to be able to exclude on total usage
80
try:
81
- self.log.debug("Check %s", part.mountpoint)
82
disk_usage = timeout(self._timeout)(psutil.disk_usage)(part.mountpoint)
83
except TimeoutException:
84
self.log.warning(
0 commit comments