From 113043d9bc89185843ce3ecfd955afcb283fde80 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Tue, 25 Jan 2022 12:44:49 -0800 Subject: [PATCH] Add setting to mask usernames in logs --- data/interfaces/default/settings.html | 11 +++++- plexpy/config.py | 2 ++ plexpy/logger.py | 50 +++++++++++++++++++++------ 3 files changed, 52 insertions(+), 11 deletions(-) diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index bf7b49f1..adda3782 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -155,10 +155,19 @@ Mask Sensitive Information in Logs
- Enable to mask passwords, access tokens, and public IP addresses with asterisks (*) in the logs.
+ Enable to mask passwords, access tokens, and public IP addresses, and email addresses with asterisks (*) in the logs.
Note: Only logs from the time this setting is enabled will be masked. Do not post your logs publically without masking sensitive information!
+ Enable to mask Plex usernames and Tautulli friendly names with asterisks (*) in the logs.
+ Note: Only logs from the time this setting is enabled will be masked.
+