Kbase P135951: How to increase the logging level for the AdminServer on OpenEdge 10 ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/09/2009 |
|
Status: Verified
GOAL:
How to increase the logging level for the AdminServer on OpenEdge 10 ?
GOAL:
How to enable / increase debug messages within the AdminServer on OpenEdge 10 ?
GOAL:
How to get additional Debugging Messages for the AdminServer on OpenEdge 10 ?
FACT(s) (Environment):
OpenEdge 10.x
Windows NT 32 Intel/Windows 2000
UNIX
FIX:
To set logging level for the AdminServer you need to change the file:
$DLC/properties/AdminServerPlugins.properties file.
At the entry [PluginPolicy.Progress.AdminServer]
For extended logging you need to add:
-DLogLevel=5
Example:
jvmargs=-Xmx256m -DLogLevel=5
The logging level can vary from 1 to 5, being 3 the default.
Additionally the -Djvmstart.debug=1 can be added to the above in order to create a jvmStart.log containing information for all processes the AdminServer starts using the jvmStart executable.