Kbase P72787: How to increase AppServer logging levels.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/12/2008 |
|
Status: Verified
GOAL:
How to increase AppServer logging levels.
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Product Family
Progress 9.1x
OpenEdge 10.x
FIX:
Enhanced logging for the AppServer was enabled in 9.1D. It is not available for prior versions.
To enable enhanced logging for the AppServer, add the following lines in the ubroker.properties file of the AppServer to be monitored.
This is set in the ubroker.properties file, which can be found in the $DLC\properties\ directory.
In the [UBroker.AS] (for all appservers) or in the individual AppServer Broker definition such as the [UBroker.AS.asbroker1] section, the following two lines can be found which should be at their default settings of Terse (2):
brkrLoggingLevel=2
and
srvrLoggingLevel=2.
The logging level may be changed by changing the value to the desired logging level. To set Verbose, change the 2 to a 3.
Logging Levels
# Specifies the amount of information to be written to the messenger log.
# Possible values: 0-4
# 0 - No log file written
# 1 - Error only
# 2 - Terse
# 3 - Verbose
# 4 - diagnostic
note: Make sure to save the file and restart the adminserver afterwards.
Example:
[UBroker.AS.asbroker1]
uuid=932.99.999.XXX:1ee77e:cf3bbe3d33:-8000
srvrStartupParam=-B 1000 -db sp3
srvrLogFile=@{WorkPath}\asbroker1.server.log
controllingNameServer=NS1
brokerLogFile=@{WorkPath}\asbroker1.broker.log
environment=asbroker1
userName=
defaultService=1
appserviceNameList=asbroker1
password=
description=A sample AppServer setup for State-reset
portNumber=3090
srvrLoggingLevel=3
brkrLoggingLevel=3