The <Log> section of the configuration file OutboundEmail.xml allows you to specify the location on your file system where logging information is generated and the level of generated information.
Procedure
- Open
OutboundEmail.xml located by default in the config subdirectory of your Content Manager root location in a plain-text editor or XML editor.
- Locate the
<Log> section, for example:
<Log>
<Folder>TRIDIONHOME\log</Folder>
<Level>1</Level>
</Log>
where TRIDIONHOME is the value of the TRIDION_HOME environment variable, typically c:\Program Files\SDL Web or similar.
- Specify the following settings:
| Element | Description |
|---|
Folder | The location on your file system where logging information is generated. |
Level | The logging level:
- 0—none
- 1—errors (logs exceptions)
- 2—warnings
- 3—information (logs high level information on synchronization, import progress, bounce processing, and dynamically created queries)
- 4—debug (logs low level information on synchronization)
- 5—trace (traces the internal flow of the system)
|
Note: As debug and trace logging levels create very large log files, and possibly many synchronization debug files, you should only use these levels temporarily.
- Save and close
OutboundEmail.xml.