14 lines
160 B
Plaintext
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>
|