Activating Audit Logging - 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 activate audit logging:
  1. From the %Composerdir% directory, open the required configuration file with a text editor that supports UTF-8:
    • To activate audit logging for Studio user actions, open Composer.Studio.exe.config.
    • To activate audit logging for Web Client user actions, open Composer.MWS.exe.config.
    • To activate audit logging for Odin user actions in Studio, open Composer.OWS.exe.config.
  2. Search for the <AuditRoutes> element.
  3. Within the <AuditRoutes> element, add the following lines:
    <Route name="CoCo_Audit">
       <add key="minimum-level" value="Information"/>
       <add key="File" value="%composerdir%\Composer.AUDIT.txt" />
       <add key="FileRollInterval" value="Day"/>
       <add key="FileRollOnSize" value="true"/>
       <add key="FileByteLimit" value="1000000" />
       <add key="FileCountLimit" value="31" />
       <add key="OutputFormat" value="Json" />
       <add key="AllowUnknownKeys" value="" />
    </Route>
  4. Optional. Modify the values as required.
    For more information, see Audit Logging Configuration.
  5. Save and close the file.
  6. Restart the following services:
    • Composer.Core
    • Composer.MWS
    • Composer.OWS