Add log command to logging article

Dieser Commit ist enthalten in:
Thomas Dietrich 2018-12-30 15:22:15 +01:00 committet von GitHub
Ursprung cdf1a436ca
Commit 2114c33d53
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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.