Fake Mirrors
    Preparing search index...

    Interface PinoLoggerConfig

    Configuration for a Pino logger.

    interface PinoLoggerConfig {
        LOGGER_APP_NAME: string;
        LOGGER_LOG_LEVEL: "trace" | "debug" | "info" | "warn" | "error" | "fatal";
        [key: string]: string | number | boolean;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: string | number | boolean
    LOGGER_APP_NAME: string

    Application name to be used for logging.

    LOGGER_LOG_LEVEL: "trace" | "debug" | "info" | "warn" | "error" | "fatal"

    Logging level for the application.