Getting data streams for debugging

When you develop your application with the framework, you need to examine internal data streams to see whether the behavior and the values are as expected. The framework provides several debug outputs that you enable by setting the appropriate parameter to on. The files that contain the debug information are in the debug directory, which is a subdirectory of the configured data directory.

About this task

Enable debug outputs by switching the appropriate parameter to on.

Procedure

  1. In the file <PathToYourApplication>/config/config.cfg, find the ite.businessLogic.group.debug parameter description
  2. To receive information on the commands and data that is processed in the group logic, set the parameter to on: ite.businessLogic.group.debug=on

  3. In the file <PathToYourApplication>/config/config.cfg, find the ite.businessLogic.sink.debug parameter description

  4. To receive information on the storage stage, set the parameter to on: ite.businessLogic.sink.debug=on

  5. In the file <PathToYourApplication>/config/config.cfg, find the ite.businessLogic.transformation.debug parameter description

  6. To receive information on the transformation stage, set the parameter to on: ite.businessLogic.transformation.debug=on

  7. In the file <PathToYourApplication>/config/config.cfg, find the ite.control.debug parameter description

  8. To receive information on the status and status changes of the ITE application, set the parameter to on: ite.control.debug=on

  9. In the file <PathToYourApplication>/config/config.cfg, find the ite.ingest.debug parameter description

  10. To receive information on the file detection, set the parameter to on: ite.ingest.debug=on

  11. In the file <PathToYourApplication>/config/config.cfg, find the ite.ingest.reader.debug parameter description

  12. To receive information on the parsed files, set the parameter to on: ite.ingest.reader.debug=on