Prepare daily Outlook contacts download

This commit is contained in:
M66B
2023-06-13 07:45:23 +02:00
parent fd340632dc
commit ef9bed3cd3
3 changed files with 64 additions and 39 deletions

View File

@@ -2289,6 +2289,8 @@ public class Log {
value = "[redacted]";
else if (key != null && key.startsWith("oauth."))
value = "[redacted]";
else if (key != null && key.startsWith("graph.contacts."))
value = "[redacted]";
size += write(os, key + "=" + value + "\r\n");
}