log to syslog by default
This commit is contained in:
parent
f69308332a
commit
d641af6347
2 changed files with 4 additions and 1 deletions
|
|
@ -571,7 +571,9 @@ html_errors = On
|
|||
; Example:
|
||||
;error_log = php_errors.log
|
||||
; Log errors to syslog (Event Log on Windows).
|
||||
;error_log = syslog
|
||||
{% if phpini.syslog %}
|
||||
error_log = syslog
|
||||
{% endif %}
|
||||
|
||||
;windows.show_crt_warning
|
||||
; Default value: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue