Beignet API reference
    Preparing search index...

    Validated configuration for the Pino logger provider.

    interface LoggerPinoConfig {
        FORMAT: "json" | "pretty";
        LEVEL: "error" | "trace" | "debug" | "info" | "warn" | "fatal";
        SERVICE?: string;
        TIMESTAMP: boolean;
    }
    Index
    FORMAT: "json" | "pretty"
    LEVEL: "error" | "trace" | "debug" | "info" | "warn" | "fatal"
    SERVICE?: string
    TIMESTAMP: boolean