Disable clear-text logging of sensitive information

This commit is contained in:
Philippe Merle
2025-04-20 22:53:14 +02:00
committed by GitHub
parent 0a7be456bd
commit 4fd73da41f
+1
View File
@@ -68,6 +68,7 @@ def report(kind, resource, path, msg, end):
if path is not None:
rm += f":{path}"
rm += f" - {msg}{end}"
# GOOD: it is fine to log data that is not sensitive
print(rm)
def info(resource, path, msg):