Directive | Type | Modification Scope | Description |
---|---|---|---|
zend_utils.log_verbosity_level | integer | PHP_INI_SYSTEM | Sets the log verbosity level of Zend Utilis logs [0-5]<br> |
zend_utils.use_graceful_restart | boolean | PHP_INI_SYSTEM | Restart API uses a graceful restart |
zend_utils.aix_restart_cmd | string | PHP_INI_SYSTEM | Command to restart web server on aix |
Verbosity_level for most components that have a log (except Zend Debugger, Zend Guard Loader and Optimizer+):
0-ZERROR (is always be displayed - indicates an error that can't be recovered)
1-ZWARNING (displays a warning - indicates a warning (recoverable error) that the application can still run with)
2-ZNOTICE (displays a notice - indicates that something wrong has happened)
3-ZDBG1 (debug purposes only - high priority messages)
4-ZDBG2 (debug purposes only - medium priority messages)
5-ZDBG3 (debug purposes only - low priority messages)
Type: integer
Default Value: 2
Available since version 4.0