-
.NET-alike generic logger autoinjection:
```ts
export class SessionsService {
constructor(
protected readonly logger: Logger // results in logger.scoped('SessionsService') autoinjection
…
-
https://github.com/pinojs/pino
-
Logs are very helpful for xcm debugging in particular, where we mark them all with `target: xcm` and get them by specifying `RUST_LOG=xcm`.
However, this doesn't work out-of-the-box with unit tests, …
-
Hi @davidrapan , when i change grid peak shaving value, give me an error
![Screenshot_20241114_095100_Home Assistant.jpg](https://github.com/user-attachments/assets/03940a7c-f864-4879-8795-13df9f830a…
-
### Feature Description
With the introduction of `Logger` interface (https://github.com/gofiber/fiber/pull/2499), it is easier now to plug my own log library into Fiber. With that said, `logger` midd…
-
### What happened + What you expected to happen
We use `logging.config.dictConfig(config)` to configure the ray data logger ([here](https://github.com/ray-project/ray/blob/4f6a419467885c295700f2db…
-
https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#:~:text=shell(%22somecommand%20%7Boutput.somename%7D%22)
When shell commands are wrap by `shell()`, they will return None by using c…
-
Hi all,
I have noticed that the naive use of `org.http4s.server.middleware.Logger` with `logBody = true` can easily lead to out-of-memory (OOM) issues when handling very large requests or responses…
-
Steps to reproduce:
1. build api `npm run build -w apps/api`
2. run it `node apps/api/dist/server.js`
EXP: api boots up on defined port
ACT: an error thrown `Error: unable to determine transport…
-
I've recently encountered a problem caused by the usage of logging.basicConfig() in this library. Normally, this call should be made at the entry point to the application, but it was randomly called h…