This document explains how to enable logging for the Business Process Deployer.
To do so, run the Business Process Deployer from the command line as shown below, depending on whether you are generating in .NET or Java:
Example:
GXBPDeployer -netlogfile "C:\deploy.log" -netloglevel 0
Where:
netlogfile
Defines the path to the log file. In the above example, all errors will be logged in the C:\deploy.log file.
netloglevel
Defines the level of errors that will be logged. Possible values are:
0 - OFF
1 - FATAL
2 - ERROR
3 - WARN
4 - INFO
5 - DEBUG
6 - ALL
Example:
java -jar GXBPDEployer.jar -jdbclogfile "C:\deploy.log" -jdbclogdetail 0
Where:
jdblogfile
Defines the path to the JDBC log file. In the example above, all errors will be logged in the C:\deploy.log file.
jdbclogdetail
Defines the level of errors that will be logged. Possible values are:
0 - HIGH
1 - MEDIUM
2 - LOW
Business Process Deployer Command line
HowTo: Enable Log for GXflow runtime
HowTo Generate log for GXflow license manager