TRACE (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:TRACE}}
<span class="pageSubtitle"><section begin="desc" />TRACE xxx<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />TRACE xxx<section end="desc" /></span>


TRACE is a parameter on [[JANUS DEFINE]], 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. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


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.  
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.  


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]].  
Like the <var>JANUS TRACE</var> command, the <var>TRACE</var> 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 <var>TRACE</var> setting, see <var>[[JANUS TRACE]]</var>.  


The TRACE parameter is valid for all port types. For a description of the individual bit options and for more information about the TRACE setting, see the JANUS TRACE command in the ''Janus TCP/IP Base Reference Manual''. '''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.
The <var>TRACE</var> parameter is valid for all port types.  


==References==
'''Note:''' The <var>TRACE</var> 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: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
==See also==
<ul>
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


[[Category:JANUS DEFINE parameters|TRACE]]
[[Category:JANUS DEFINE parameters|TRACE]]

Revision as of 18:31, 28 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. See the List of JANUS DEFINE parameters.

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