pydantic / logfire

Uncomplicated Observability for Python and beyond! 🪵🔥
https://docs.pydantic.dev/logfire/
MIT License
1.62k stars 46 forks source link

Fix backfill command #243

Closed alexmojaki closed 3 weeks ago

alexmojaki commented 3 weeks ago

logfire backfill would just print a 400 from cloudflare which was apparently unhappy about the Content-Length header (I don't know why). It was also missing Authorization.

We should test and maybe refactor this, I just wanted to make sure the command is working.