Skip to content

possible to use directly as a pino transport inside of a node app #258

@q0rban

Description

@q0rban

The README provides instructions for using this on the command line. I'm wondering if it's possible to use this inside of a node app directly as a pino transport. Something like:

pino.transport({
  targets: [{
    target: 'pino-gelf',
    options: {
      // ??
    },
  }]
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions