-
```
What steps will reproduce the problem?
1. in any python code, use logging.debug/info to add logging information
2. in setting.py, set debug=False
3. when deploy in app-engine, the debug/info infor…
-
I'm currently writing an article about logging in Python. As a part of that, I look at other projects and how logging is done there. I've seen `logging_util.py` and was wondering why this project does…
-
# **Problem Definition:**
We aim to build an API that allows basic CRUD operations. Additionally, the API should have proper logging and metrics configured to ensure we can monitor its performance …
-
We use Sentry to capture exceptions. At the moment django_cron captures all unhandled exceptions and logs them to its own error model. Would you accept a PR that also records the unhandled exception u…
-
At the momen, TIRA does not support OCI (=open container initiative) images.
The stacktrace at the moment is:
```
Traceback (most recent call last):
File "/usr/lib/python3.10/logging/__init_…
-
```
What steps will reproduce the problem?
1. in any python code, use logging.debug/info to add logging information
2. in setting.py, set debug=False
3. when deploy in app-engine, the debug/info infor…
-
Currently two tests fail because they rely on mock models which aren't registered:
```
======================================================================
ERROR: test_missing_object (test_haystack…
acdha updated
8 years ago
-
EXAMPLE OF MAGICAL SETTING (just an example):
This morning, on a project, I had to add this to my settings to get the tests running locally:
`NOSE_ARGS = [a for a in NOSE_ARGS if a not in ('--wi…
-
Is it possible to integrate dajax/dajaxice with Sentry/Raven? I tried to add a logger, but nothing seems to get sent to my server, even though I triggered an error in the ajax view in production mode.…
dbrgn updated
11 years ago
-
The accounting that we do in via monkey-patching in zerver/lib/db.py and zerver/lib/cache.py (and the corresponding logging in zerver/middleware.py) is really nice, and would be a great feature to con…