Multiple services support in logexporter

Hi all,

How can I add multiple services in logexporter or does it support multiple services ?

I have two services and tried to add those services in same logexpoter. I tried to add them with comma but it didnt work.

Hi @Kadir_Olmez ,

Unfortunately, the log exporter can only target one service at a time. You must deploy multiple instances of the log exporter to forward logs for multiple services.

You can try and modify the service, if you want. The code is open: GitHub - koyeb/log-exporter

Greetings