feat: enhance logging by redacting sensitive information and update .gitignore for runtime logs
This commit is contained in:
+7
-1
@@ -62,6 +62,9 @@ local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
|
||||
# App runtime logs
|
||||
app/logs/
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
.webassets-cache
|
||||
@@ -180,4 +183,7 @@ cython_debug/
|
||||
# data
|
||||
data/*
|
||||
playlists/*
|
||||
docker-compose.yml
|
||||
docker-compose.yml
|
||||
|
||||
# Local dev config may contain Plex token
|
||||
app/config.json
|
||||
Reference in New Issue
Block a user