rotate audit.log as well (#2639)

fix https://github.com/nextcloud/vm/issues/2637

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
Daniel Hansson 2024-05-24 22:44:09 +02:00 committed by GitHub
parent bb83a6340a
commit b40963207d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,6 +122,11 @@ daily
rotate 10
copytruncate
}
$VMLOGS/audit.log {
daily
rotate 10
copytruncate
}
NEXTCLOUD_CONF
# Set needed ownership for the Nextcloud log folder to work correctly