To activate .NET Framework logging:
- From the %Composerdir% directory, open the required configuration file, for example Composer.Studio.exe.config, with a text editor that supports UTF-8.
- Search for the <appSettings> element.
-
Within the
<appSettings> element, add or modify the
following line, setting the
value attribute to
False.
<add key="EnableHylandLogging" value="False" />
- Save and close the file.