Hey, anyone know if it's possible to send logs to ...
# support
p
Hey, anyone know if it's possible to send logs to signoz from a Ruby application? I could not find any examples of this in the documentation
n
Hi, there is no SDK support in ruby for sending logs directly from your application as of now. But if you can log your logs to a file you can push it to signoz using the following doc https://signoz.io/docs/userguide/collect_logs_from_file/ Also if your application is running on docker/k8s the logs will be collected automatically from stdout.
p
Thanks!