1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-06-29 00:02:48 +02:00
seaweedfs/docker/compose/fluent.conf

8 lines
149 B
Text

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