Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  runtimeOptions.debug.plugin.transit = 1 ; for extended mismatch output and extended output on import errors
runtimeOptions.debug.plugin.transit = 3 ;&2 for TransitInfoFields
runtimeOptions.debug.plugin.transit = 7 ;&4 for strict mode in mismatch output
runtimeOptions.debug.plugin.TermTagger = 1
runtimeOptions.debug.plugin.SegmentStatistics = 1
runtimeOptions.debug.plugin.ArchiveTaskBeforeDelete = 1

HTTP Request debugging

All HTTP Request implementations using the Zend_Http_Client instanced via ZfExtended_Factory::get can be easily debugged:

just set in the installation.ini

debug.httpclient = 1 

or to a string to filter the logged URLs. This example would log only requests to OpenTM2.

debug.httpclient = otmmemory

If enabled the content transfered to and from an external HTTP Service is then logged to the PHP error log