In this section:

techsupport.enabled

This setting enables or disables global automatic technical support data collection.

Acceptable Values

trueTechnical support data is automatically collected.
falseDefault. Technical support data is not automatically collected.

Example Usage

The following configuration enables automatic technical data collection:

techsupport.enabled=true


logging.verbose

This setting enables or disables verbose logs. The logs will be included in the tech support archives created on application shutdown when the techsupport.enabled property is set to true.

Acceptable Values

trueVerbose logs are enabled.
falseDefault. Verbose logs are disabled.

Example Usage

The following configuration enables generating verbose logs:

logging.verbose=true

Related

logging.scontrol.verbose

This setting enables or disables output from source control commands in verbose logs. Note that output from source control may include fragments of analyzed source code.

Acceptable Values

trueVerbose logs will include the output from source control commands.
falseDefault. Verbose logs will not include the output from source control commands.

Example Usage

The following configuration enables including output from source control commands in verbose logs:

logging.scontrol.verbose=true

Related


techsupport.create.on.exit

This setting enables or disables automatic support archive creation when the application is shut down. It requires the techsupport.enabled property to be set to true.

Acceptable Values

trueDefault. Support archives will be automatically created on exit.
falseSupport archives will not be automatically created on exit.

Example Usage

The following configuration disables generating support archives when the application is shut down:

techsupport.create.on.exit=true

Related


techsupport.archive.location

This setting specifies the custom directory where support packages will be created.

Acceptable Values


[path]The path to the folder where the support archives will be saved.

Example Usage

The following configuration stores the support archives in the support folder:

techsupport.archive.location=C:\\parasoft\\temp

Related


techsupport.include.reports

This setting enables or disables including reports in technical support packages.

Acceptable Values

trueReports will be included in support archives.
falseDefault. Reports will not be included in support archives.

Example Usage

The following configuration enables including reports in technical support packages:

techsupport.include.reports=true

Related


  • No labels