Zend Deployment - Configuration Directives

This topic lists all the configuration directives for Zend Deployment.

Configuration Directives Summary

The table below is a summary of all the Zend Deployment configuration directives, and displays the directive name, its default value, and a description:

Directive

Default Value

Description

zend_deployment.log_verbosity_level

2

The log's verbosity level.

zend_deployment.log_rotation_size

10

The maximum size of the log file before it is rotated.

zend_deployment.tasks_timeout

120

Timeout for deployment tasks.

zend_deployment.auto_download

1

When enabled, will allow application package download when triggered by user

Configuration Directives Details

The list below contains information for all the available configuration directives for Zend Deployment: their description, type, units, default value, modification scope, and the Zend Server version they became available in.

zend_deployment.log_verbosity_level

The log's verbosity level.

Default Value: 2

Type: int

Available Since Version: 5.5

zend_deployment.log_rotation_size

The maximum size of the log file before it is rotated.

Default Value: 10

Units: MBytes

Type: int

Available Since Version: 6.0

zend_deployment.tasks_timeout

Timeout for deployment tasks.

Default Value: 120

Units: seconds

Type: int

Available Since Version: 5.5

zend_deployment.auto_download

When enabled, will allow application package download when triggered by user

Default Value: 1

Type: boolean

Available Since Version: 6.2