debug

Purpose

Enables generation of XDIME comments in rendered pages, and output of rendered pages to the log file.

Contained by

Attributes

Attribute Description Type Default Options Use
comments If set to 'true', MCS will attempt to generate comments in the output pages. xs:boolean false    optional 
logPageOutput If set to 'true', MCS sends page output to the log file xs:boolean false    optional 

Example

<debug
  comments="false"
  logPageOutput="false"/>

Related topics