how can I send my logs to the otel collector from...
# support
k
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
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)?