Configuring logging

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

  1. Open OutboundEmail.xml located by default in the config subdirectory of your Content Manager root location in a plain-text editor or XML editor.
  2. 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.

  3. Specify the following settings:
    ElementDescription
    FolderThe location on your file system where logging information is generated.
    LevelThe 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)
  4. Save and close OutboundEmail.xml.