|
188.
|
|
|
``$cfg->log_file = '/path/to/dataroot/error.log';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:197
|
|
189.
|
|
|
If you use LOG_TARGET_FILE, this is the file to which errors will be logged. By default, it will write to the file ``error.log`` under the dataroot. If you change this in config.php, make sure you use a folder which is writable by the web server.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:199
|
|
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
|