Skip to content

Commit e1cbd78

Browse files
authored
Merge pull request #79308 from jldohmann/OSDOCS-11401
OSDOCS-11401: update with correct current path
2 parents 8719642 + 67bc0cf commit e1cbd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-configure-ingress-access-logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ oc -n openshift-ingress logs deployment.apps/router-default -c logs
5252
5353
Configure Ingress access logging to a Syslog endpoint.
5454

55-
* To configure Ingress access logging, you must specify a destination using `spec.logging.access.destination`. To specify logging to a Syslog endpoint destination, you must specify `Syslog` for `spec.logging.access.destination.type`. If the destination type is `Syslog`, you must also specify a destination endpoint using `spec.logging.access.destination.syslog.endpoint` and you can specify a facility using `spec.logging.access.destination.syslog.facility`. The following example is an Ingress Controller definition that logs to a `Syslog` destination:
55+
* To configure Ingress access logging, you must specify a destination using `spec.logging.access.destination`. To specify logging to a Syslog endpoint destination, you must specify `Syslog` for `spec.logging.access.destination.type`. If the destination type is `Syslog`, you must also specify a destination endpoint using `spec.logging.access.destination.syslog.address` and you can specify a facility using `spec.logging.access.destination.syslog.facility`. The following example is an Ingress Controller definition that logs to a `Syslog` destination:
5656
+
5757
[source,yaml]
5858
----

0 commit comments

Comments
 (0)