LogStorageSettings interface
(Deprecated. Please use LogSettings) Log storage settings.
Properties
enable |
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). |
linked |
Log storage linked service reference. |
log |
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). |
path | The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string). |
Property Details
enableReliableLogging
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
enableReliableLogging?: any
Property Value
any
linkedServiceName
Log storage linked service reference.
linkedServiceName: LinkedServiceReference
Property Value
logLevel
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
logLevel?: any
Property Value
any
path
The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).
path?: any
Property Value
any