Skip to content

Commit afd104c

Browse files
authored
1 parent e799051 commit afd104c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

source/includes/steps-manage-host-logs-on-disk.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,15 @@ content: |
7272
7373
* - :guilabel:`Max Percent of Disk`
7474
- Optional
75-
- Log files can take up to this percent of disk space on your
76-
MongoDB host's log volume. |mms| deletes the oldest log files
77-
once they exceed this disk threshold.
75+
- Log files can sum up to this percent of disk space on your
76+
MongoDB host's log volume. |mms| deletes log files beginning
77+
with the oldest and progressing forward in time until the sum
78+
of the sizes of your log files is below this threshold.
79+
80+
This threshold applies separately to standard MongoDB logs
81+
and audit logs. For example, if your standard logs sum to 2%
82+
of total disk space but your audit logs sum to less than 2%
83+
of total disk space, |mms| only deletes your standard logs.
7884
7985
If you leave this setting empty, |mms| will use the default of
8086
``2%``.

0 commit comments

Comments
 (0)