Changing the Log File Location - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To change the log file location, complete the following steps.
  1. From the %Composerdir% directory, open the required configuration file with a text editor that supports UTF-8.
  2. Within the <sharedListeners> element, search for the line that begins as follows:
    <add name="tracefile_listener" type=
  3. 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" />
  4. Save and close the file.