log to syslog by default

This commit is contained in:
psy 2022-12-30 12:32:50 +01:00
parent f69308332a
commit d641af6347
No known key found for this signature in database
GPG key ID: 30546501FF65B1A5
2 changed files with 4 additions and 1 deletions

View file

@ -79,3 +79,4 @@ phpinidefault:
memory_limit: 128M
date_timezone: UTC
session_gc_maxlifetime: 1440
syslog: true

View file

@ -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