LOGMSGI (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:LOGMSGI}}
<span class="pageSubtitle">Prevent web logging during logon</span>
<span class="pageSubtitle"><section begin="desc" />Prevent web logging during logon<section end="desc" /></span>


<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]].
<var>LOGMSGI</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


This parameter prevents ''[[Janus Web Server]]'' from saving ''Model 204'' messages issued during logon for a web user.  
This parameter prevents <var class="product">[[Janus Web Server]]</var> from saving <var class="product">Model 204</var> 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 <var>[[$Web_Num_LogMsg]]</var> and <var>[[$Web_LogMsg]]</var> unless the <var>LOGMSGI</var> parameter is specified in the port definition.  
<var class="product">Model 204</var> messages issued during logon for a <var class="product">Janus Web Server</var> 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 <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.


==References==
==See also==
 
<ul>
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


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

Latest revision as of 22:18, 16 April 2013

Prevent web logging during logon

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

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.

See also