loguru icon indicating copy to clipboard operation
loguru copied to clipboard

Python logging made (stupidly) simple

Results 162 loguru issues
Sort by recently updated
recently updated
newest added

Love the library, by the way, thanks! Is there a way for exception handling with `diagnose=True` to work on multi-line statements? If you take the `ZeroDivisionError` shown in the [docs](https://loguru.readthedocs.io/en/stable/resources/recipes.html#customizing-the-formatting-of-exceptions),...

enhancement

Currently, if sinks want to colorize their output, then unless they can use a string with ANSI escape codes included directly, they have to do this entirely "by hand", building...

enhancement

Hey, I was about to use my patcher function to implement styles that would let me easily manage the appearance of the structure of complex messages. Unfortunately, I realized that...

enhancement

I have a webservice with fastapi with gunicorn. When logger tries to create files, the Exception is raised: ``` [14] [ERROR] Exception in worker process Traceback (most recent call last):...

[Trio](https://trio.readthedocs.io/en/stable/index.html), a [structured concurrency](https://en.wikipedia.org/wiki/Structured_concurrency) asynchronous library - is now gaining more and more library supports. And I love using loguru, but sadly it's async support is asyncio flavored and doesn't...

enhancement

Python: 3.7.4 64bit Loguru: 0.5.3 OS: Windows 10 Hiya, My source code is quite large so I will not be able to show it here but I am running a...

question

I'm trying switching to Loguru for my newer projects and I'm wondering, what is recommended approach to perform integrations with services like Sentry, etc.? For example, Sentry has built-in standard...

question

#### 1. problem description i am building a `fastapi` project and i use `loguru` as my log util, but i found that, every day i start my project, i got...

* adding serializer that allows users to pass a method to work in hand with serialize flag.

when I use skywalking to collect logs, only default logs can be collected, no loguru logs, but use logging module, the logs can be collected. I need some suggests ,...