TRACE (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
<span class="pageSubtitle"><section begin="desc" />TRACE xxx<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />TRACE xxx<section end="desc" /></span>


<var>TRACE</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>TRACE</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


This parameter specifies the initial <var>TRACE</var> setting for the port. The <var>TRACE</var> setting controls what Janus-related trace information is logged to the audit trail. The port <var>TRACE</var> setting can be overridden by the <var>JANUS TRACE</var> command.  
This parameter specifies the initial <var>TRACE</var> setting for the port. The <var>TRACE</var> setting controls what Janus-related trace information is logged to the audit trail. The port <var>TRACE</var> setting can be overridden by the <var>JANUS TRACE</var> command.  

Revision as of 22:33, 29 February 2012

<section begin="desc" />TRACE xxx<section end="desc" />

TRACE is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter specifies the initial TRACE setting for the port. The TRACE setting controls what Janus-related trace information is logged to the audit trail. The port TRACE setting can be overridden by the JANUS TRACE command.

Like the JANUS TRACE command, the TRACE parameter value is a bit mask integer that sums the values of the options that will be logged. The default value is 3 for SDS and OPENSERV ports, and it is 0 for WEBSERV and all other ports. For a description of the individual bit options and for more information about the TRACE setting, see JANUS TRACE.

The TRACE parameter is valid for all port types.

Note: The TRACE keyword was introduced in Version 6.0 of the Sirius Mods. Before that, trace operations were controlled by the DEBUG keyword, which is no longer available as of Version 6.5.

See also