LogStorageSettings Class
(Deprecated. Please use LogSettings) Log storage settings.
Constructor
LogStorageSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
linked_service_name
|
Log storage linked service reference. Required. |
|
path
|
The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string). |
|
log_level
|
Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). |
|
enable_reliable_logging
|
Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). |
Attributes
enable_reliable_logging
boolean (or Expression with resultType boolean).
enable_reliable_logging: Any | None
linked_service_name
Log storage linked service reference. Required.
linked_service_name: _models.LinkedServiceReference
log_level
string (or Expression with resultType string).
log_level: Any | None
path
string (or Expression with resultType string).
path: Any | None