mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-02-11 16:50:16 -06:00
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:
2
.github/workflows/macos-installer-arm.yml
vendored
2
.github/workflows/macos-installer-arm.yml
vendored
@@ -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"
|
||||
|
||||
2
.github/workflows/macos-installer-intel.yml
vendored
2
.github/workflows/macos-installer-intel.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user