-
```js
const pino = require('pino')
const logger = pino({
transport: {
target: 'pino-pretty',
options: {
colorize: true,
sync: true
}
}
}, pino.destination({sync:t…
-
### Use case
> [!note]
> This is a cross-language feature request that was originally brought up under aws-powertools/powertools-lambda-typescript#2337
As a customer who uses canonical logging - …
-
Is there any request context? In java, it was ThreadLocal until async programming...then Twitter invented Context.scala and Promise.scala so MDC in logback could be swapped.
Best with example.
…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Fastify version
4.28.1
### Plugin versio…
-
Using the typescript-logger in a node/express project the window. So it does not work in node
If the logger depends on the window object, the logger README.md file should not that it should not be …
-
**Describe the bug**
I'm trying to set up `customTemplate` option in tsconfig.json.
For testing, I use the following `customTemplate.js`:
```js
module.exports = (dts, { classes, fileName, logger…
-
We need to decide on the testing framework for the streaming server — whether we use Jest or the built-in node.js testing tools, or whether we use something like Matteo Collina's [borp](https://www.np…
-
Can't see log insights in my Node.js (Typescript) code
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Hello,
I'm trying to get past events using getPastEvents for contract but receive this…
-
### 🔎 Search Terms
overload,LogMethod,LeveledLogMethod
### The problem
The way that the type declaration file (`index.d.ts`) declares overloaded functions (`LogMethod` and `LeveledLogMethod`) inter…