https://signoz.io logo
Title
k

Kshitij Gang

02/27/2023, 6:35 AM
how can I send my logs to the otel collector from my gin app without outputting it in a file? (I tried to use otel.SetLogger function but it does not seem to work)
Support for logs is paused as of now in otel go sdk
k

Kshitij Gang

02/27/2023, 10:49 AM
I am deploying my application to aws ecs...so I guess the only option for me is to deploy otel collector as a sidecar and let it read my application logs from the file( where my application writes it)?