Nestjs Pino Extra Packages
    Preparing search index...

    Configuration interface for better type safety

    interface LogConfig {
        app: string;
        filename?: string;
        level: Level;
        loki?: string;
        spanIdKey: string;
        traceIdKey: string;
    }
    Index

    Properties

    app: string
    filename?: string
    level: Level
    loki?: string
    spanIdKey: string
    traceIdKey: string