Configure Debugging Logs for EPX Workflows - Precisely_EnterWorks - EnterWorks - 11.0

EnterWorks Guide

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks
Precisely EnterWorks > EnterWorks
Version
11.0
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Guide
Copyright
2024
First publish date
2007
Last updated
2025-01-07
Published on
2025-01-07T07:44:20.997000

There are configuration options in two files that control debug logging for workflow processes:

  • config.properties
  • Enterworks.properties

The debugging logs configured in the config.properties file provide a large amount of detailed debugging log messages. It is recommended that you disable this debug log function for daily use.

To configure this function:

  1. In the configuration file:
    <install_drive>:\Enterworks\EPX\bin\config.properties

    set the flag:

    • debug.out=true: logging is enabled.
    • debug.out=false: logging is disabled.
  2. Restart the EPX services for the configuration change to take effect.

The debugging logs configured in the Enterworks.properties file provide debugging log messages, but they have a smaller footprint. It is not necessary to disable this debug log function for daily use; however, you may want to do so once the EnterWorks system has been installed and running for a few months and this debug log is not necessary. To configure this function:

  1. In the configuration file:
    <install_drive>:\Enterworks\EPX\bin\conf\Enterworks.properties

    set the flag:

    • debug.enable=true: logging is enabled.
    • debug.enable=false: logging is disabled.
  2. Restart the EPX services for the configuration change to take effect.