pino-abstract-transport icon indicating copy to clipboard operation
pino-abstract-transport copied to clipboard

Write Pino transports easily

Results 7 pino-abstract-transport issues
Sort by recently updated
recently updated
newest added

Bumps [thread-stream](https://github.com/mcollina/thread-stream) from 2.7.0 to 3.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thread-stream&package-manager=npm_and_yarn&previous-version=2.7.0&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4. Release notes Sourced from actions/dependency-review-action's releases. v4.0.0 Update action to Node 20 by @​takost in actions/dependency-review-action#639 Dependabot updates, see the full changelog for more...

dependencies
github_actions

Cut new version from the `next` branch.

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.2 to 2.2.3. Commits 3dfc556 fix: don't fail if bin directory exists on windows (#189) 3b7078e feat: use pwsh for windows runner (#188) 95b1a23 feat: add files...

dependencies
github_actions

Hi, I was wondering what's the recommended way to use this module to create a transport? **pino-abstract-transport repo** ![Screenshot_20221202_053951](https://user-images.githubusercontent.com/35997844/205216232-af398133-6629-421e-ac50-ea8a6193e8fb.png) **getpino.io/#/docs/transports** ![Screenshot_20221202_054007](https://user-images.githubusercontent.com/35997844/205216303-49486527-21b6-4781-b01e-ab32cd741770.png) I checked the source of [pino-seq-transport](https://github.com/autotelic/pino-seq-transport), [pino-elasticsearch](https://github.com/pinojs/pino-elasticsearch) and [pino-sentry-transport](https://github.com/tomer-yechiel/pino-sentry-transport)...

I'm working on Windows and I'm using it like this: ```js export const logger = pino({ transport: { target:path.join(__dirname, 'pinoTransport.ts') } }); // --- pinoTransports.ts --- import build from 'pino-abstract-transport';...

Hello. I have an issue with using `@elastic/ecs-pino-format` package together with `pino-pretty` which uses `pino-abstract-transport` internally. The problem is that `@elastic/ecs-pino-format` use custom formatters which changes time field to `@timestamp`...