Skip to content
Snippets Groups Projects
Unverified Commit d641af63 authored by psy's avatar psy
Browse files

log to syslog by default

parent f6930833
Branches
No related tags found
No related merge requests found
......@@ -79,3 +79,4 @@ phpinidefault:
memory_limit: 128M
date_timezone: UTC
session_gc_maxlifetime: 1440
syslog: true
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment