Locating and Configuring LogsHistory | Edit
How to Locate the Log File and the Log Configuration File
To locate the Log file where the logs are written, or the Config file used to configure logging, go to the Administration Page and in the General tab, you can view the location of the these files.
Enabling HTTP Request Logging
To enable a detailed logging of the HTTP requests sent by Oxygen XML Web Author Component,
edit the Config file and add the following
lines:
log4j.category.org.apache.http.impl.conn=debug log4j.category.org.apache.http.impl.client=debug log4j.category.org.apache.http.client=debug log4j.category.org.apache.http.wire=debug log4j.category.org.apache.http=debug
Note: Making changes to the Config file requires that you restart the application.