Skip to content

Commit

Permalink
Update 08-Log-Drains.md
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaval committed Nov 19, 2017
1 parent ebdb43f commit 595d4c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/08-Log-Drains.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

- What is a log drain?

> Inorder to persist more than limited amount of logging information that cloud foundry can buffer, logs can be collected into an external Log Management Service.
> Inorder to persist more than limited amount of logging information that cloud foundry can buffer, logs can be collected into an external Log Management Service.
- How do you create one?

> External Log Management Services are readily available in the marketplace. `$ cf create-service SERVICE PLAN SERVICE-INSTANCE` & `$ cf bind-service YOUR-APP YOUR-LOG-STORE`
> External Log Management Services are readily available in the marketplace. `$ cf create-service SERVICE PLAN SERVICE-INSTANCE` & `$ cf bind-service YOUR-APP YOUR-LOG-STORE`
- Why would you use it?
> Logs are important to analyze the health & performance of an application. Constant monitoring is required on the application when it is in production. Inorder to address this, we should persist the logs.
> Logs are important to analyze the health & performance of an application. Constant monitoring is required on the application when it is in production. Inorder to address this, we should persist the logs.
- What is "Syslog"?

> de facto standard for logging on Unix/Linux
> de facto standard for logging on Unix/Linux
---
### pluralsight recap
Expand Down

0 comments on commit 595d4c2

Please sign in to comment.