Skip to content

Commit

Permalink
Update _docs/deployment/logs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Boyd <[email protected]>
Signed-off-by: Ben Berry <[email protected]>
  • Loading branch information
bengerman13 and markdboyd authored Sep 5, 2024
1 parent 5ab0f61 commit 8cc21a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _docs/deployment/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ If you want to set up your own storage for your application logs, you can set up

Create the user provided service and point it toward the endpoint where you want to send your logs:

cf create-user-provided-service my-log-drain -l syslog-tls://<your-log-drain-service-endpont>
cf create-user-provided-service my-log-drain \
-l syslog-tls://<your-log-drain-service-endpont>

Then, bind the service you created to the app that you want connect:

Expand Down

0 comments on commit 8cc21a3

Please sign in to comment.