Controller Configuration File

The Distributed Replay controller service loads the controller configuration file when it starts. This configuration file is relatively simple and contains only one option that determines the logging level that will be used by the service. The file is named DReplayController.config and it should be located in the same folder where you installed the Distributed Replay controller service. For example, C:\Program Files (x86)\Microsoft SQL Server\120\Tools\DReplayController. The contents of the default configuration file are as follows:

<?xml version="1.0" encoding="utf-8"?><Options>    <LoggingLevel>CRITICAL</LoggingLevel></Options>

The available options for LoggingLevel are INFORMATION, ...

Get Microsoft SQL Server 2014 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.