|
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
|
|
200.
|
|
|
There are 4 different types of log messages that you can log to an error log and / or display on screen:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:223
|
|
201.
|
|
|
**dbg**: Debugging messages
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:225
|
|
202.
|
|
|
**info**: Informational messages
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:226
|
|
203.
|
|
|
**warn**: Warning messages
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:227
|