LOGMSGI (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 2: Line 2:
<span class="pageSubtitle"><section begin="desc" />Prevent web logging during logon<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Prevent web logging during logon<section end="desc" /></span>


LOGMSGI 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>LOGMSGI</var> 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]].


This parameter prevents ''[[Janus Web Server]]'' from saving ''Model 204'' messages issued during logon for a web user.  
This parameter prevents ''[[Janus Web Server]]'' from saving ''Model 204'' messages issued during logon for a web user.  


''Model 204'' messages issued during logon for a ''[[Janus Web Server]]'' thread are saved to the request buffer for subsequent retrieval via [[$Web_Num_LogMsg]] and [[$Web_LogMsg]] unless the LOGMSGI parameter is specified in the port definition.  
''Model 204'' messages issued during logon for a ''[[Janus Web Server]]'' thread are saved to the request buffer for subsequent retrieval via <var>[[$Web_Num_LogMsg]]</var> and <var>[[$Web_LogMsg]]</var> unless the <var>LOGMSGI</var> parameter is specified in the port definition.  


Valid only for WEBSERV ports.
Valid only for WEBSERV ports.

Revision as of 18:33, 27 February 2012

<section begin="desc" />Prevent web logging during logon<section end="desc" />

LOGMSGI is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.

This parameter prevents Janus Web Server from saving Model 204 messages issued during logon for a web user.

Model 204 messages issued during logon for a Janus Web Server thread are saved to the request buffer for subsequent retrieval via $Web_Num_LogMsg and $Web_LogMsg unless the LOGMSGI parameter is specified in the port definition.

Valid only for WEBSERV ports.

References

See: List of Janus commands | List of JANUS DEFINE parameters.