logrotate: LOGROTATE_SIZE von 1k auf 100k
Bei 1k wurde praktisch bei jedem Lauf rotiert. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -71,7 +71,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${LOCALDIR}/noisesensors/log:/logs
|
- ${LOCALDIR}/noisesensors/log:/logs
|
||||||
environment:
|
environment:
|
||||||
LOGROTATE_SIZE: "1k"
|
LOGROTATE_SIZE: "100k"
|
||||||
LOGROTATE_ROTATE: "7"
|
LOGROTATE_ROTATE: "7"
|
||||||
LOGROTATE_CRON: "daily"
|
LOGROTATE_CRON: "daily"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user