From 2114c33d53292ea1c72f754bc7e404cb8f74a759 Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Sun, 30 Dec 2018 15:22:15 +0100 Subject: [PATCH] Add log command to logging article --- docs/firststeps-logging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/firststeps-logging.md b/docs/firststeps-logging.md index 7df477bd2..b84e2eb1d 100644 --- a/docs/firststeps-logging.md +++ b/docs/firststeps-logging.md @@ -1,6 +1,7 @@ Logging in mailcow: dockerized consists of multiple stages, but is, after all, much more flexible and easier to integrate into a logging daemon than before. In Docker the containerized application (PID 1) writes its output to stdout. For real one-application containers this works just fine. +Run `docker-compose logs --help` to learn more. Some containers log or stream to multiple destinations.