Package version:

Interface LogStorageSettings

(Deprecated. Please use LogSettings) Log storage settings.

interface LogStorageSettings {
    enableReliableLogging?: any;
    linkedServiceName: LinkedServiceReference;
    logLevel?: any;
    path?: any;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

enableReliableLogging?: any

Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).

linkedServiceName: LinkedServiceReference

Log storage linked service reference.

logLevel?: any

Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).

path?: any

The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).