seaweedfs/docker/compose/fluent.conf

9 lines
149 B
Plaintext
Raw Normal View History

<source>
@type forward
port 24224
</source>
<match **>
@type stdout # Output logs to container's stdout (visible via `docker logs`)
</match>