This article provides an overview of Configuration Logging and the Configuration Logging screen in Citrix Studio. It also explains how to access Configuration Logging data that is not shown in Citrix Studio.
Operations that affect site configuration, which are made by the consoles and services are recorded by the Configuration Logging system. The resulting logs can be viewed in the Citrix Studio Logging screen, as displayed in the following screen shot:
The upper panel of the Logging screen shows data from high-level operation logs.
A high-level operation represents a configuration change initiated from Citrix Studio, Citrix Director, or a PowerShell Script.
The lower panel shows data from low-level operation logs.
A low-level operation represents a configuration change executed by a XenDesktop service, in order to fulfil a high-level operation.
The Citrix Studio Logging screen shows a subset of the logging data that is present in the high level and low-level operation logs.
For high-level logs, the data shown is:
You can view additional data not shown on the Logging screen by:
An HTML report can be generated by performing the Create Custom Report action from the Citrix Studio Logging screen. This will generate the following two html report files:
Summary HTML Report
The summary.html report (see the following screen shot) essentially contains the high-level logging data as shown in Citrix Studio.
Hyperlinks in summary.html allows you to navigate into details.html to view details about the low-level logs associated with the high-level operations.Details.html includes additional information about low-level operations, such as:
Cmdlet Get-LogHighLevelOperation can be used to retrieve high-level operation logs. Cmdlet Get-LogLowLevelOperation can be used to retrieve low-level operation logs.
The SDK objects returned by these cmdlets include further details, such as:
Refer to PowerShell SDK help for information on usage of these cmdlets, and details on returned SDK object properties.