Update firststeps-logging.md

Dieser Commit ist enthalten in:
André Peters 2019-04-30 12:41:00 +02:00 committet von GitHub
Ursprung 6c645aa78b
Commit 6ce5343c1f
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -38,7 +38,6 @@ logging:
log_driver: "gelf"
options:
gelf-address: "udp://graylog:12201"
gelf-tag: "mailcow-logs"
```
Linux users can also add or edit the Docker daemons configuration file `/etc/docker/daemon.json` to affect the global logging behavior. Windows users please have a look at the [docker documentation](https://docs.docker.com/engine/reference/commandline/dockerd//#windows-configuration-file):
@ -48,8 +47,7 @@ Linux users can also add or edit the Docker daemons configuration file `/etc/doc
...
"log-driver": "gelf",
"log-opts": {
"gelf-address": "udp://graylog:12201",
"gelf-tag": "mailcow-logs"
"gelf-address": "udp://graylog:12201"
}
...
}