Skip to content

Commit 313daa9

Browse files
committed
fix typo
1 parent ba135fa commit 313daa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/log-management.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You can create a syslog drain service and bind apps to it using Cloud Foundry Co
138138
$ awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' cert.pem | sed 's/\\n$//' | tr -d '\n'
139139
</pre>
140140

141-
The `cf create-user-provided-service` command will accept any json payload without validating the certificates or credentials while creating the syslog drain. In older syslog agent version there is no error message for wrong certificates or credentials - you can only validate in your target log service if your syslog drain was configured correctly. To troubleshoot your certificates, you can use the openssl commandline tool.
141+
The `cf create-user-provided-service` command will accept any json payload without validating the certificates or credentials while creating the syslog drain. In older syslog agent versions there is no error message for wrong certificates or credentials - you can only validate in your target log service if your syslog drain was configured correctly. To troubleshoot your certificates, you can use the openssl commandline tool.
142142

143143
For more information, see [User-provided service instances](./user-provided.html).
144144

0 commit comments

Comments
 (0)