Summary
Instructions provided explain how to turn on the logging functionality in GLUE version 4.x. GLUE has logs that can help determine the cause of many problems.
Procedure
GLUE logs can be turned on by uncommenting lines in the config.xml file. The suggested logs are listed below.
<log>ERROR</log>
<log>CLASSLOADER</log>
<log>EXCEPTION</log>
<log>HTTP</log>
<log>MAPPING</log>
<log>SOAP</log>
By default, GLUE logs are written to the standard output, which varies by server. It is easiest to have the logs output to a file. This can be set up by uncommenting and modifying the following line in the config.xml file:
<logToFile>\path\file.txt</logToFile>