pulumi-docker/fluent.conf
2024-11-21 02:03:34 +01:00

14 lines
160 B
Plaintext

<source>
@type forward
port 8069 # Odoo logs
</source>
<source>
@type forward
port 3000 # Grafana logs
</source>
<match **>
@type stdout
</match>