HOW TO

Turn on Glue 4.x logging

Last Published: April 25, 2020

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>

Article ID:000006568

Software:
  • Legacy Products

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic