Jump to: navigation, search

Genesys Deployment Agent Configuration File

Genesys Deployment Agent supports common log options which allows you to precisely configure log output for it. Because you do not configure an Application object for Genesys Deployment Agent, if you need to change the default log option settings, create a configuration file called gda.cfg (or rename and modify the gda.cfg.sample file that is located in the installation folder) and specify new values for appropriate options. The file must be located in the same directory as the Genesys Deployment Agent executable file.

Important
You can also specify a custom name for the configuration file using the -c command-line parameter. For example, gda.exe -c gda_custom.cfg, where gda_custom.cfg is the user-defined configuration file.

The Genesys Deployment Agent configuration file must have the following format:

[log]
<log option name>=<log option value>
<log option name>=<log option value>

[web]
rootdir=<path>

Sample Configuration File

The following is a sample configuration file for Genesys Deployment Agent:

[log]
verbose = standard
standard = stdout, gdalog

[web]
rootdir=./gdaroot
This page was last edited on January 31, 2020, at 14:32.
Comments or questions about this documentation? Contact us for support!