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:
- 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.
- 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:
- 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.
- Restart the EPX services for the configuration change to take effect.