We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6efeea commit 92250aeCopy full SHA for 92250ae
cyhy_commander/wd40.py
@@ -80,7 +80,7 @@ def main():
80
for host in hosts_cursor:
81
owners.add(host["owner"])
82
host_count += 1
83
- logging.info("%d unique owners found in %d host documents", len(owners), host_count)
+ logging.info("%d unique owners found in %d host documents with stuck scans", len(owners), host_count)
84
85
logging.info(
86
"Updating the host docs by setting their status to %s.", STATUS.WAITING
0 commit comments