The <LogFolder> element in the TranslationManager.xml file specifies the location on your file system where logging information is generated.
Procedure
- Open the TranslationManager.xml file in a text editor.
By default, the file is located in your %TRIDION_HOME%\config directory.
- 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:
-
| Attribute | Description |
|---|
verbose | Boolean for generating extensive log files for troubleshooting. The default is false. |
Note: The default logging folder is the same as your Tridion Sites logging folder.
- Save and close the file.