Merge pull request #118 from ThomDietrich/patch-1
Add log command to logging article
Dieser Commit ist enthalten in:
Commit
df6abbabe8
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -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.
|
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.
|
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.
|
Some containers log or stream to multiple destinations.
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren