mirror of https://github.com/rancher/ui.git
typo fix, missing word
This commit is contained in:
parent
d7961211cf
commit
40f8451505
|
|
@ -22,7 +22,7 @@ loggingPage:
|
|||
clusterHeader: Cluster Logging
|
||||
projectHeader: Project Logging
|
||||
helpText:
|
||||
cluster: We will use fluentd to collect stdout/stderr logs from each container and the log files which under path <code >/var/log/containers/</code> on each host. The logs can be shipped to a target you configure below.
|
||||
cluster: We will use fluentd to collect stdout/stderr logs from each container and the log files which exist under path <code >/var/log/containers/</code> on each host. The logs can be shipped to a target you configure below.
|
||||
clusterTarget: The cluster logging target is <code class="text-capitalize">{clusterTargetType}</code>. If project logging is enabled, logs will be shipped to both cluster target and project logging target.
|
||||
noClusterTarget: Logging is disabled at current cluster.
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Reference in New Issue