mirror of https://github.com/docker/docs.git
Default docker log name is container ID
The default docker log name is the 12 character container ID, the sample test.conf setup above filters for Docker.* which will not pick anything up unless users start their containers with at "Docker" tag
This commit is contained in:
parent
58ad6a7119
commit
34b5b993ca
|
@ -101,7 +101,7 @@ aggregate store.
|
|||
@type forward
|
||||
</source>
|
||||
|
||||
<match docker.**>
|
||||
<match *>
|
||||
@type stdout
|
||||
</match>
|
||||
|
||||
|
|
Loading…
Reference in New Issue