Kbase P100548: How to enable enhanced logging for the WebSpeed messenger in OE 10?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/29/2008 |
|
Status: Verified
GOAL:
How to enable enhanced logging for the WebSpeed messenger in OE 10?
GOAL:
How to turn on messenger logging in OE 10?
FACT(s) (Environment):
OpenEdge 10.0x
OpenEdge 10.1x
FIX:
Enhanced logging for the WebSpeed Messenger in OE 10 has slightly changed from WebSpeed 3.1D.
To enable enhanced logging for messenger in OE 10, add the following lines under the messenger section within the ubroker.properties file of the messenger.
[WebSpeed.Messengers]
logEntryTypes=MsgrAll
loggingLevel=x
x being any logging level of 2 or higher. However, to get the same type of logging that was received in WebSpeed 3.1D, you can set values to
[WebSpeed.Messengers]
logEntryTypes=MsgrAll
loggingLevel=4
Please note that you can use other logging level values as well. Review the information below in terms of what each logging level represents.
Level 2 (Basic) ? For CGIIP, logs the start and end of the request, and the values of the CONTENT_LENGTH, PATH_INFO, and QUERY_STRING variables. For other Messengers, logs the environment variables.
Level 3 (Verbose) ? Same as logging level 2, plus the CGIIP environment variables, and the environment variables in binary format for other Messengers.
Level 4 (Extended) ? Same as logging level 3, plus the environment variables in binary format for CGIIP.
By default, the messenger log file will be created within your working directory.
Other log entry types that can be used are;
MsgrTrace
BrkrMsgr
AgntMsgr
BrkrConDisc
MsgrAll