mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-12 05:01:27 -07:00
Synology does not support json-file logging
This commit is contained in:
@@ -68,7 +68,6 @@ services:
|
|||||||
cpu_shares: 512 # Relative CPU weight for CPU contention scenarios
|
cpu_shares: 512 # Relative CPU weight for CPU contention scenarios
|
||||||
pids_limit: 512 # Limit the number of processes/threads to prevent fork bombs
|
pids_limit: 512 # Limit the number of processes/threads to prevent fork bombs
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file" # Use JSON file logging driver
|
|
||||||
options:
|
options:
|
||||||
max-size: "10m" # Rotate log files after they reach 10MB
|
max-size: "10m" # Rotate log files after they reach 10MB
|
||||||
max-file: "3" # Keep a maximum of 3 log files
|
max-file: "3" # Keep a maximum of 3 log files
|
||||||
|
|||||||
Reference in New Issue
Block a user