Skip to content

Commit b409632

Browse files
authored
rotate audit.log as well (#2639)
fix #2637 Signed-off-by: Daniel Hansson <[email protected]>
1 parent bb83a63 commit b409632

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

menu/nextcloud_configuration.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ daily
122122
rotate 10
123123
copytruncate
124124
}
125+
$VMLOGS/audit.log {
126+
daily
127+
rotate 10
128+
copytruncate
129+
}
125130
NEXTCLOUD_CONF
126131

127132
# Set needed ownership for the Nextcloud log folder to work correctly

0 commit comments

Comments
 (0)