|
190.
|
|
|
log targets: Destination for log information
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:208
|
|
191.
|
|
|
Typical production environment:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:210
|
|
192.
|
|
|
``$cfg->log_dbg_targets = LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:212
|
|
193.
|
|
|
``$cfg->log_info_targets = LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:213
|
|
194.
|
|
|
``$cfg->log_warn_targets = LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:214
|
|
195.
|
|
|
Typical non-production environment:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:216
|
|
196.
|
|
|
``$cfg->log_dbg_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:218
|
|
197.
|
|
|
``$cfg->log_info_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:219
|
|
198.
|
|
|
``$cfg->log_warn_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:220
|
|
199.
|
|
|
``$cfg->log_environ_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:221
|