mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Change logger blacklist to set and unify notifier blacklist keys
This commit is contained in:
parent
31f03e0114
commit
9ba6b230e6
5 changed files with 64 additions and 56 deletions
|
@ -36,7 +36,7 @@ FILENAME_WEBSOCKET = "plexpy_websocket.log"
|
|||
MAX_SIZE = 5000000 # 5 MB
|
||||
MAX_FILES = 5
|
||||
|
||||
_BLACKLIST_WORDS = []
|
||||
_BLACKLIST_WORDS = set()
|
||||
|
||||
# PlexPy logger
|
||||
logger = logging.getLogger("plexpy")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue