-
Add unobtrusive and configurable logging to the team formation API to print at the error level and above to stderr by default and configurable to show info level logging easily for debugging purposes.
-
Be nice to retrofit fitsimport to use this as well. It currently prints to stdout/stderr and relies on shell redirection to capture logs.
I’ll take that as a feature request, should be straightforwar…
-
Setup a lightweight json library like Pino and replace all the server `console.log` with it
-
Hey,
Is this project still active or abandoned/dead?
`using Logging` in Julia 1.11 appears to pull in the standard library `Logging` package.
I've tried running `add Logging` in the Julia PKG…
-
**Description:**
We've encountered an issue with deadlocks arising from an interaction between Python's multiprocessing and logging libraries in gdal.py. These deadlocks occur sporadically, leading…
-
**Failed in:** [runtime-coreclr libraries-jitstress 20241124.1](https://dev.azure.com/dnceng-public/public/_build/results?buildId=878119&view=ms.vss-test-web.build-test-results-tab&runId=22924288&resu…
-
This line is very invasive to logging that the application (or other imported modules / libraries) might want to do:
https://github.com/irods/python-irodsclient/blob/5ae9590656b78460b9726ec15cce3ad5f…
-
We don't need a thread constantly spinning when we have
-
Because of this:
https://github.com/mediacloud/ultimate-sitemap-parser/blob/68d1ccdd573be16cdfadc7f071c088642182bff1/usp/fetch_parse.py#L43
and this:
https://github.com/mediacloud/ultimate-si…
-
edited by @tarekgh
### Type of issue
Missing doc
### Description
DebugLoggerProvider constructor doc is missing because this is compiler generated constructor not explicitly declared in the [code…