This message was deleted.
# general
s
This message was deleted.
s
``` host: 'localhost',
port: 3301,
path: '/api/v1/logs',```
This is not the correct host:port/path address. The correct one is
localhost:4318/v1/logs
. Even if that is fixed, it won’t probably work because the data has to be serialised using the OTLP protocol. I think one way you can do this is to write to file and use the filereceiver to collector logs.
👍 1