-
Currently we use log4js as the logger, but users may want to use other logging framework or implement logger themselves.
* Loggers are initialized in the `init` life cycle of the main thread.
* Lo…
-
We properly set logger in client and in certmagic, but we also use acmez library which seems to have extra one [here](https://github.com/mholt/acmez/blob/527e47cae3f84fa3a92d1d9b9c21c5eb0b44359a/acme/…
-
Consider this code
```python
import sys
from loguru import logger
print(f"foo module {logger=}")
class Foo:
def __init__(self):
l = logger.bind(source="foo")
l.re…
-
### Describe the bug
I enabled debug logging (`langfuse.debug()`) and added error logging (`langfuse.on("error", ...`), but I still don't see any logs coming from langfuse
### To reproduce
```ts
i…
-
Here’s a summary of the issue as per chronological order.
1, When Light-4J starts, the serviceMap container has the target IP (e.g. 10.10.10.10)
2. When target changes IP (e.g. 11.11.11.11) , th…
-
### Summary
I am using `pack` code as a library in my own Go project.
I am not sure how much is this supported and whether this is really a bug.
Still:
```go
// logWriter is os.Stdout i…
-
**Describe the bug**
Seem to be having an error on startup in our service where `parse_error_info(nil)` is being called. If we trace this up the stack we get to some newly changed code around error…
-
Change all print statements to use `Logger` from OSLog.
- [ ] Each package should have it's own log category
- [ ] The logger's subsystem should be the product bundle identifier. If you need a def…
-
### Issue Description
I have a project that uses `sentry-ruby`, `sentry-rails`, and `sentry-sidekiq`, all of version 5.21.0. When I enable Profiling according to the docs and deploy the application, …
-
Side note: Finally! Great addition to pino!
Question: How could I check that pino was not called at all when calling `func(false, logger)`?
```
const func = (b, logger) => {
if (b === true) …