mirror of https://github.com/docker/docs.git
Merge pull request #1351 from thaJeztah/fix-broken-link
fix link to logging context
This commit is contained in:
commit
bc41b07086
|
|
@ -40,9 +40,9 @@ the tags. If you use `docker rename` to rename a container, the new name is not
|
||||||
reflected in the log messages. Instead, these messages continue to use the
|
reflected in the log messages. Instead, these messages continue to use the
|
||||||
original container name.
|
original container name.
|
||||||
|
|
||||||
For advanced usage, the generated tag's use [go
|
For advanced usage, the generated tag's use
|
||||||
templates](http://golang.org/pkg/text/template/) and the container's [logging
|
[go templates](http://golang.org/pkg/text/template/) and the container's
|
||||||
context](https://github.com/docker/docker/blob/master/daemon/logger/loginfo.go).
|
[logging context](https://github.com/docker/docker/blob/v1.13.0/daemon/logger/loginfo.go).
|
||||||
|
|
||||||
As an example of what is possible with the syslog logger, if you use the following
|
As an example of what is possible with the syslog logger, if you use the following
|
||||||
command, you get the output that follows:
|
command, you get the output that follows:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue