Log Settings
The settings for the logging in the Copy Activity, when logging is enabled. Use @@this to automatically use the Linked Service associated with the PolyBase Landing connection.
The value is emitted as the Copy Activity's <LogSettings ... /> node when Enable Logging is on, with @@this replaced by the staging connection's Linked Service name. The OverrideAdfLogSettings extension point replaces the generated node entirely when provided.
When to Change This Setting
Keep the default and let @@this resolve the Linked Service. Change the LogLevel or Path when you need more detailed logs or a different log location.
Related Settings
| Setting | Interaction |
|---|---|
| Enable Logging | Must be enabled for these settings to be emitted |
Notes
- This setting is part of the Azure Copy settings category.
- The default value for this setting is
LinkedServiceName="@@this" LogLevel="Warning" Path="log".