Skip to content

Commit 95ab710

Browse files
authored
Merge pull request #66681 from apinnick/BZ2243845-typos
BZ#2243845: typo fix
2 parents 27fc5d9 + 23536ca commit 95ab710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cluster-logging-systemd-scaling.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ storage:
5353
SystemMaxFileSize=10M <10>
5454
----
5555
+
56-
<1> Set the permissions for the `journal.conf` file. It is recommended to set `0644` permissions.
56+
<1> Set the permissions for the `journald.conf` file. It is recommended to set `0644` permissions.
5757
<2> Specify whether you want logs compressed before they are written to the file system.
5858
Specify `yes` to compress the message or `no` to not compress. The default is `yes`.
5959
<3> Configure whether to forward log messages. Defaults to `no` for each. Specify:
6060
* `ForwardToConsole` to forward logs to the system console.
61-
* `ForwardToKsmg` to forward logs to the kernel log buffer.
61+
* `ForwardToKMsg` to forward logs to the kernel log buffer.
6262
* `ForwardToSyslog` to forward to a syslog daemon.
6363
* `ForwardToWall` to forward messages as wall messages to all logged-in users.
6464
<4> Specify the maximum time to store journal entries. Enter a number to specify seconds. Or

0 commit comments

Comments
 (0)