matrix-appservice-bridge
    Preparing search index...

    Interface LoggingOpts

    interface LoggingOpts {
        colorize?: boolean;
        console?: "error" | "off" | "info" | "warn" | "debug" | "trace";
        json?: boolean;
        timestampFormat?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    colorize?: boolean

    Should the logs color-code the level strings in the output.

    console?: "error" | "off" | "info" | "warn" | "debug" | "trace"

    The log level used by the console output.

    json?: boolean

    Should the logs be outputted in JSON format, for consumption by a collector.

    timestampFormat?: string

    Timestamp format used in the log output.

    "HH:mm:ss:SSS"