|
72.
|
|
|
Typically, the noreply address is one that is not monitored as people are not supposed to reply to it.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:252
|
|
73.
|
|
|
log targets: Destination for log information
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:208
|
|
74.
|
|
|
Typical production environment:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:210
|
|
75.
|
|
|
``$cfg->log_dbg_targets = LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:212
|
|
76.
|
|
|
``$cfg->log_info_targets = LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:213
|
|
77.
|
|
|
``$cfg->log_warn_targets = LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:214
|
|
78.
|
|
|
Typical non-production environment:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:216
|
|
79.
|
|
|
``$cfg->log_dbg_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:218
|
|
80.
|
|
|
``$cfg->log_info_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:219
|
|
81.
|
|
|
``$cfg->log_warn_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:220
|