-
Hi!
I wanted to try out loguru instead of the standard logging. However, I have one issue where I kinda find no solution to it.
My main issue is that I have multiple loggers. I use one for my ap…
Snawe updated
1 month ago
-
hashtaghashtaghashtag Environment
- Python Version: 3.9
- Loguru Version: 0.7.2
- Pytest Version: 7.4.4
hashtaghashtaghashtag Description
I am encountering an issue with configuring Loguru to w…
-
### Describe the bug
_No response_
### Steps to reproduce
Followed instructions on https://github.com/feder-cr/Auto_Jobs_Applier_AIHawk?tab=readme-ov-file to setup on macOS. Had to installed many P…
-
a log beginning with:
"Cannot initialise stack with data {'hub_id': ...
makes loguru fail:
```
File "/env/local/lib/python3.7/site-packages/pltlib/log.py", line 86, in error
return logger.er…
-
**Describe the bug**
When a PlanktoScope is unable to maintain the correct system time across restarts (which is currently the most common case - see the additional context section for more informati…
-
joblib with its `loky` backend is widely used for distributed computing. Without going into the details the `loky` backend has a lot of advantages over the `multiprocessing` backend.
Loguru does no…
-
I have two classes in two python files that need two separate log files. The two classes would look like this :
```python
from loguru import logger
class Test1:
def __init__(self):
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Hi:
There is a problem when use loguru in Mod, when I import loguru, it throws a error…
-
### Summary
The following test currently fails:
```python
import pytest
import ttnn
import torch
from loguru import logger
def test_hc_transpose(device, use_program_cache):
B, C,…
-
Currently, `log_queries` and `log_responses` options are helpful for tracking database interactions, but they only log to the console. It would be beneficial to allow users to pass a custom logger so …