mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Add setting to mask usernames in logs
This commit is contained in:
parent
2331c76326
commit
113043d9bc
3 changed files with 52 additions and 11 deletions
|
@ -155,10 +155,19 @@
|
|||
<input type="checkbox" id="log_blacklist" name="log_blacklist" value="1" ${config['log_blacklist']}> Mask Sensitive Information in Logs
|
||||
</label>
|
||||
<p class="help-block">
|
||||
Enable to mask passwords, access tokens, and public IP addresses with asterisks (*) in the logs.<br />
|
||||
Enable to mask passwords, access tokens, and public IP addresses, and email addresses with asterisks (*) in the logs.<br />
|
||||
Note: Only logs from the time this setting is enabled will be masked. Do not post your logs publically without masking sensitive information!
|
||||
</p>
|
||||
</div>
|
||||
<div class="checkbox advanced-setting">
|
||||
<label>
|
||||
<input type="checkbox" id="log_blacklist_usernames" name="log_blacklist_usernames" value="1" ${config['log_blacklist_usernames']}> Mask Usernames in Logs
|
||||
</label>
|
||||
<p class="help-block">
|
||||
Enable to mask Plex usernames and Tautulli friendly names with asterisks (*) in the logs.<br />
|
||||
Note: Only logs from the time this setting is enabled will be masked.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="padded-header">
|
||||
<h3>History Logging</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue