Deprecation complete: gpus ... (#3537)

This commit is contained in:
Steve Perry
2017-04-25 20:09:38 -07:00
committed by GitHub
parent f83c5874a8
commit 80a2fff4dc
20 changed files with 29 additions and 106 deletions
@@ -6,6 +6,9 @@ title: Logging and Monitoring Cluster Activity
redirect_from:
- "/docs/concepts/clusters/logging/"
- "/docs/concepts/clusters/logging.html"
redirect_from:
- "/docs/user-guide/logging/overview/"
- "/docs/user-guide/logging/overview.html"
---
Application and systems logs can help you understand what is happening inside your cluster. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism; as such, most container engines are likewise designed to support some kind of logging. The easiest and most embraced logging method for containerized applications is to write to the standard output and standard error streams.