Logging
Last updated
Was this helpful?
Last updated
Was this helpful?
Linux: AppConfig__LoggingConfig__WorkspaceId
Value: Guid
Description:
The WorkspaceID of your Log Analytics Workspace (shown in the Overview of the workspace). This is a required setting if you want to use Azure Monitor, together with .
Linux: AppConfig__LoggingConfig__SharedKey
Value: String
Description:
Use one of the two keys for the Log Analytics Workspace. They are displayed if you access the Log Analytics Workspace on portal.azure.com and navigate to Settings/Agents, where you can unfold the "Log Analytics agent instructions" section. Use either the Primary or the Secondary key.
This is a required setting if you want to use Azure Monitor, together with WorkspaceId.
Linux: AppConfig__LoggingConfig__AzureOfferingDomain
Value: String
Description:
If the workspace is not in the Global Azure Cloud, you can configure the offering domain here. The default is 'azure.com'.
Changes can harm your service!
Linux: AppConfig__LoggingConfig__LogLevel
Value: Trace, Debug, Info, Warn, Error, Fatal
Description:
The minimum log level to be logged. The default is 'Info'. Only log entries with a log level equal or higher than the configured log level will be logged.
Note that if you configure this setting to 'Trace' or 'Debug', log output might contain personal data like UPNs or IP addresses of users. If you want to avoid personal data in the log output, you should configure this setting to 'Info' or higher.
Linux: AppConfig__LoggingConfig__AzureEventHubConnectionString
Value: String
Description:
The connection string to your Azure Event Hub. This is a required setting if you want to use Azure Event Hub.
Linux: AppConfig__LoggingConfig__AzureEventHubName
Value: String
Description:
The name of your Azure Event Hub. This is a required setting if you want to use Azure Event Hub.
Linux: AppConfig__LoggingConfig__AzureEventHubPartitionKey
Value: String
Description:
The partition key of your Azure Event Hub. Setting this is optional. If you don't set this, this defaults to '0'.