next-logger icon indicating copy to clipboard operation
next-logger copied to clipboard

JSON logging patcher for Next.js

Results 12 next-logger issues
Sort by recently updated
recently updated
newest added

Hello, I'm using a standalone build. I want to use the winston module along with the next-logger library and capture the console. I'm using the app router approach. In the...

Using default configuration of next-logger is crashing my pm2 cluster of two instances (there is no logs in the console and machine becomes unhealthy). When using fork mode all works...

Been smashing my head against this for a minute, but I don't understand how preloaded modules work well enough. I'm trying to add in user-specific data to pino. Something like:...

In next 12.1, they added support for [standalone](https://nextjs.org/docs/advanced-features/output-file-tracing#automatically-copying-traced-files-experimental) output, which outputs a minimal `standalone` folder with everything you need to run the server. This naturally causes some issues with how...

We have a need to configure another value in NODE_OPTIONS, which we were going to set at deploy time instead of in an npm script in our `package.json` we have...

Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `8.57.0` |...

dependencies
javascript

Hello, We took `next-logger` in use a while ago. We noticed a problem when we were trying to use it with `pino-pretty`. It appeared that the development server became strangled...

First of all thank you for this great library, I wouldn't be able to use Next without it. I was wondering if it would be possible to export an unpatched...

Starting from [Next 14.2.0](https://github.com/vercel/next.js/releases/tag/v14.2.0), Next will output request logs in dev mode (https://github.com/vercel/next.js/pull/62946), which is always enabled and [uses `process.stdout.write`](https://github.com/vercel/next.js/blob/1afdbb872231e01e0f311c25e84f5c8024bb3406/packages/next/src/server/next-server.ts#L124-L126) to output the logs. I tried to create a new...

Bumps the dev-dependencies group with 3 updates in the / directory: [eslint](https://github.com/eslint/eslint), [next](https://github.com/vercel/next.js) and [testcontainers](https://github.com/testcontainers/testcontainers-node). Updates `eslint` from 8.57.0 to 8.57.1 Release notes Sourced from eslint's releases. v8.57.1 Bug Fixes...

dependencies
javascript