Core - v1.0.0
    Preparing search index...

    Interface LoggingSettings

    Logging settings — severity threshold and the service name on every line.

    Logs go to the runtime's own log stream, never to a metrics backend. LOG_LEVEL in the environment overrides level per deployment.

    Bayu Dwiyan Satria

    1.0.0

    1.0.0

    interface LoggingSettings {
        level: LogLevel;
        service: string;
    }
    Index
    level: LogLevel

    Minimum severity to emit.

    service: string

    Name recorded on every line, so one log stream can carry several services.