-
Several tests using caplog to check logging warning messages are failing. See e.g.:
https://github.com/gammapy/gammapy/actions/runs/5621343729/job/15235574153?pr=4678
I can reproduce the issue loc…
-
Hello,
I see that all logs go through the CacheLogger. Would you be able to add an option to use the standard Python logging instead?
Using non-standard logging makes the logs confusing and error-…
-
## **Description:**
I am trying to integrate Python logging in Jaclang, but I’ve encountered an issue where the log file is not created as expected.
Here’s the Python code I tested:
```python
i…
-
The following anti-pattern occurs when users are not aware of how to adjust the stdlib logging visibility:
```python
if verbosity > 1:
logger.info("...")
```
Logging occurs often, and exp…
-
FME workbench's translation log reports a translation as SUCCESSFUL even if the CKAN DataStore writer logs errors.
-
-
**Environment (please complete the following information):**
- OS: Windows
- Framework: net8.0
- Type of application: AWS lambda project
- Version of AspectInjector: 2.8.1, 2.8.2
- Logging l…
-
## Steps to Reproduce
1. Navigate to https://project-forms.github.io/
2. Login with your GitHub credentials
3. Authorize the app
## Expected Behavior
You are taken to the projects form experience
…
-
I don't see any direct way to hook this up to an error logger.
The formatError isn't really what I am looking as I cant connect the error to a request that way.
I am thinking this must be an oversi…
-
At the moment, there is no option to avoid logging certain errors, which also prevents dependent repositories from operating on these errors in a way that would make more sense to the user-facing side…