Refactor logging system to utilize a database-only approach, removing file-based logging. Update Dockerfile and workflows to reflect changes in log storage, and modify documentation to guide users on accessing logs from the database. Enhance logging setup in the application to ensure compatibility with the new system.

This commit is contained in:
Admin9705
2025-06-13 00:28:19 -04:00
parent 48bf12b21f
commit 6c82a28581
9 changed files with 127 additions and 242 deletions

View File

@@ -417,7 +417,7 @@ jobs:
# Create config directory in user's Application Support
mkdir -p "$HOME/Library/Application Support/Huntarr/config"
mkdir -p "$HOME/Library/Application Support/Huntarr/config/logs"
# Logs are now stored in database only
# Set permissions
chmod -R 755 "$HOME/Library/Application Support/Huntarr"

View File

@@ -413,7 +413,7 @@ jobs:
# Create config directory in user's Application Support
mkdir -p "$HOME/Library/Application Support/Huntarr/config"
mkdir -p "$HOME/Library/Application Support/Huntarr/config/logs"
# Logs are now stored in database only
# Set permissions
chmod -R 755 "$HOME/Library/Application Support/Huntarr"