In the utils/utils.compose.yaml file, a double mount was created in the folder /opt/arkime/logs
volumes:
arkime-logs:
name: arkime-logs-{{ .Release.seed }}
arkime:
volumes:
- {{ .Release.location }}/containers-data/arkime/logs:/opt/arkime/logs
- arkime-logs:/opt/arkime/logs
By default, it mounts to volumes, which prevents cleanup capture.log.
In the utils/utils.compose.yaml file, a double mount was created in the folder
/opt/arkime/logsBy default, it mounts to
volumes, which prevents cleanupcapture.log.