Salesforce

How to enable advanced Jetty logging

« Go Back

Information

 
TitleHow to enable advanced Jetty logging
URL NameHow-to-enable-advanced-Jetty-logging
Article Number000182355
EnvironmentProduct: OpenEdge
Version: All supported versions
OS: All supported platforms
Other: Jetty web server
Question/Problem Description
How to enable advanced Jetty logging
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
1. Stop the AdminServer and enable advanced logging for the AdminServer:

 How to increase the logging level for the OpenEdge AdminServer?

2. Modify the file fathom.init.params and add the following to the bottom ( On linux/Unix it will have to go between the if and fi statement):
 
org.eclipse.jetty.LEVEL=DEBUG

3. Create a file in the working directory with the name "jetty-logging.properties" With the following content:
 
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
org.eclipse.jetty.LEVEL=DEBUG
org.eclipse.jetty.websocket.LEVEL=DEBUG

3. Modify the class path in the session [PluginPolicy.Progress.AdminServer] of the file AdminServerPlugins.properties:
 
classpath=<Existing paths>,<dlc>/java/ext/jettison1-2.jar,<wrk>/jetty-logging.properties

4. Restart the AdminServer
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:25 AM

Powered by