Documentation Center

Configuring logging for Translation Manager

The <LogFolder> element in the TranslationManager.xml file specifies the location on your file system where logging information is generated.

Procedure

  1. Open the TranslationManager.xml file in a text editor.
    By default, the file is located in your %TRIDION_HOME%\config directory.
  2. In the <LogFolder> section, enter the location on your file system where logging information is generated. For example:
    <LogFolder verbose="true">c:\mylogfolder\log</LogFolder>
    Attributes
    The <LogFolder> element has the following attributes:
    AttributeDescription
    verboseBoolean for generating extensive log files for troubleshooting. The default is false.
  3. Save and close the file.