To change the log file location, complete the following
steps.
- From the %Composerdir% directory, open the required configuration file with a text editor that supports UTF-8.
-
Within the <sharedListeners> element,
search for the line that begins as follows:
<add name="tracefile_listener" type=
-
Set the
value of the initializeData attribute to the file
name of the log file. If required, you can also specify a path.
For more information, see Default Log File Location.
Example
<add name="tracefile_listener" type="ModusSuite.Common.SystemFramework.DailyTraceListener, ModusSuite.Common.SystemFramework" delimiter=";" initializeData="C:\CoCoLogFiles\Composer.Studio_Log.txt" traceOutputOptions="DateTime" />
- Save and close the file.