CopyActivityLogSettings Class   
Settings for copy activity log.
Constructor
CopyActivityLogSettings(*, log_level: MutableMapping[str, Any] | None = None, enable_reliable_logging: MutableMapping[str, Any] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| log_level | 
				<xref:JSON>
		 Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). Default value: None | 
| enable_reliable_logging | 
				<xref:JSON>
		 Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). Default value: None | 
Variables
| Name | Description | 
|---|---|
| log_level | 
				<xref:JSON>
		 Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). | 
| enable_reliable_logging | 
				<xref:JSON>
		 Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). |