Advice on logging libraries: Logfire, Loguru, or just Python's built-in logging?

Posted by Ranteck@reddit | Python | View on Reddit | 66 comments

Hey everyone,

I’m exploring different logging options for my projects (fastapi backend with langgraph) and I’d love some input.

So far I’ve looked at:

I’m mostly interested in:

Has anyone here done a serious comparison or has strong opinions on which one strikes the best balance?
Is there some hidden gem I should check out instead?

Thanks in advance!