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