Beignet API reference
    Preparing search index...

    Interface CreatePinoLoggerOptions

    Options for adapting an app-owned Pino logger directly.

    interface CreatePinoLoggerOptions {
        logger: Logger;
    }
    Index
    logger: Logger

    Configured Pino logger. The caller owns its destination and lifecycle.