Logflare / logflare

Never get surprised by a logging bill again. Centralized structured logging for Cloudflare, Vercel, Elixir and Javascript.
https://logflare.app
Apache License 2.0
800 stars 39 forks source link

Logs from Python (Railway) #2093

Open purduemike opened 3 weeks ago

purduemike commented 3 weeks ago

We are using railway.app at the moment host our api (written in python). Do you have a way to send railway logs to logflare?

Ziinc commented 3 weeks ago

Hi we intend to release python clients in the near future, likely in 1-2 quarters from now. You can follow our sdk progress in this repo. However, you can use a library such as structlog to logs to our ingestion api if you wish to handroll a temporary solution

Will keep this issue open and resolve it once the python sdk is out.