feat: enhance logging by redacting sensitive information and update .gitignore for runtime logs

This commit is contained in:
2025-12-19 03:23:38 +09:00
parent a0631c6280
commit 254c391c89
4 changed files with 32 additions and 40 deletions
+7 -1
View File
@@ -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