Skip to content

Commit 8409f6d

Browse files
committed
Fluentd example to set LOGGING_FILE_AGE and LOGGING_FILE_SIZE has a typo
1 parent 948e43a commit 8409f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/efk-logging-fluentd-log-rotation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ environment variables.
4141
For example:
4242

4343
----
44-
$ oc set env daemonset/fluentd LOGGING_FILE_AGE=30 LOGGING_FILE_SIZE=1024000"
44+
$ oc set env daemonset/fluentd LOGGING_FILE_AGE=30 LOGGING_FILE_SIZE=1024000
4545
----

0 commit comments

Comments
 (0)