To activate audit logging:
-
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.
- Search for the <AuditRoutes> element.
-
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>
-
Optional. Modify the values as required.
For more information, see Audit Logging Configuration.
- Save and close the file.
-
Restart the following services:
- Composer.Core
- Composer.MWS
- Composer.OWS