Debugging

See Debugging for general information on logging, including which files to edit to set logging properties.

To turn on debug logging for the Trigger Service, add the line:

 log4j.category.org.globus.mds.trigger=DEBUG

to the appropriate properties file. Since the Trigger Service is implemented using the Aggregator Framework, you may also want to turn on aggregator debugging by adding this line:

 log4j.category.org.globus.mds.aggregator=DEBUG