Get logs for Transformation Server
The Azure trace listener generates logs for Transformation Server. These logs can be separated for each tenant with the Tenant Log Separator utility. Follow these steps to configure and run the utility and retrieve the logs.
-
Configure the Tenant Log Separator before using it the first time.
This task only needs to be done once.
- Log on to Microsoft Azure using the URL that you were provided.
-
Click
Storage and then the
link for your deployment storage. At the bottom of the page, click
Manage access keys.
The access keys appear.
- Locate and copy the following values: Storage Account Name and Primary Access Key
-
Edit TenantLogSeparator.exe.config and insert the Storage
Account Name and Primary Access Key as values as shown in bold.
<add key="StorageAccountName" value="Storage Account Name"> <add key="StorageAccessKey" value="Primary Access Key">When you are finished, save the file.
-
Run the Tenant Log Separator. In a command window, enter the
following command:
TenantLogSeparator.exe -a <hours>Where <hours> is an optional parameter that instructs the utility to collect logs for the specified number of hours. If this value is omitted, all available log entries are retrieved.
For example, to collect logs for the last 24 hours, use the following command:
TenantLogSeparator.exe -a 24The log files are saved in the same folder where you ran TenantLogSeparator.exe.