mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 03:33:08 +00:00
patch: _show_secrets always False (#904)
This commit is contained in:
parent
d248f1418b
commit
55620e92cb
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ are optional. An example config.ini file may look like the following with all po
|
|||
level = INFO
|
||||
path = ~/.config/plexapi/plexapi.log
|
||||
rotate_bytes = 512000
|
||||
secrets = false
|
||||
show_secrets = false
|
||||
|
||||
|
||||
Environment Variables
|
||||
|
@ -167,7 +167,7 @@ Section [log] Options
|
|||
**rotate_bytes**
|
||||
Max size of the log file before rotating logs to a backup file (default: 512000 equals 0.5MB).
|
||||
|
||||
**secrets**
|
||||
**show_secrets**
|
||||
By default Plex will hide all passwords and token values when logging. Set this to 'true' to enable
|
||||
logging these secrets. This should only be done on a private server and only enabled when needed
|
||||
(default: false).
|
||||
|
|
Loading…
Reference in a new issue