Skip to content

Commit a7cb376

Browse files
authored
Merge pull request #68698 from abrennan89/OBSDOCS-607
OBSDOCS-607: Update minor error in callout
2 parents 3cef33c + d1e762a commit a7cb376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cluster-logging-systemd-scaling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Specify `yes` to compress the message or `no` to not compress. The default is `y
6565
include a unit: "year", "month", "week", "day", "h" or "m". Enter `0` to disable. The default is `1month`.
6666
<5> Configure rate limiting. If more logs are received than what is specified in `RateLimitBurst` during the time interval defined by `RateLimitIntervalSec`, all further messages within the interval are dropped until the interval is over. It is recommended to set `RateLimitIntervalSec=30s` and `RateLimitBurst=10000`, which are the defaults.
6767
<6> Specify how logs are stored. The default is `persistent`:
68-
* `volatile` to store logs in memory in `/var/log/journal/`.
68+
* `volatile` to store logs in memory in `/run/log/journal/`. These logs are lost after rebooting.
6969
* `persistent` to store logs to disk in `/var/log/journal/`. systemd creates the directory if it does not exist.
7070
* `auto` to store logs in `/var/log/journal/` if the directory exists. If it does not exist, systemd temporarily stores logs in `/run/systemd/journal`.
7171
* `none` to not store logs. systemd drops all logs.

0 commit comments

Comments
 (0)