Table of contents


Official Content

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:

In .NET

Example:

GXBPDeployer -netlogfile "C:\logs\deploy.log" -netloglevel 6


Where:
netlogfile
Defines the path to the log file. In the above example, all errors will be logged in the C:\logs\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

In Java

Example:

GXBPDEployer -jdbclogfile "C:\logs\deploy.log" -jdbclogdetail 2


Where:
jdblogfile
Defines the path to the JDBC log file. In the example above, all errors will be logged in the C:\logs\deploy.log file.

jdbclogdetail
Defines the level of errors that will be logged. Possible values are:

0 - HIGH
1 - MEDIUM
2 - LOW

See Also

Business Process Deployer Command line
HowTo: Enable Log for GXflow runtime
HowTo Generate log for GXflow license manager

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant