summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2018-07-01 18:27:36 +0100
committerJakub Zelenka <bukka@php.net>2018-07-01 18:27:36 +0100
commitce0721bee5fd7e4a357b893ce6a57521003c3e6d (patch)
tree9861133550ab3ee39525b81640528416cc4ccaee /php.ini-production
parent2475337bd8a0fad0dac03db3f5e7e9d331d53653 (diff)
downloadphp-git-ce0721bee5fd7e4a357b893ce6a57521003c3e6d.tar.gz
Update NEWS, UPGRADING and default php.ini files with syslog changes
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production8
1 files changed, 6 insertions, 2 deletions
diff --git a/php.ini-production b/php.ini-production
index a2205b8ed3..7cfade4220 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -586,9 +586,13 @@ html_errors = On
;error_log = syslog
; Log errors to syslog (Event Log on Windows).
;error_log = syslog
-; the next two lines ony happen if the previous line sending errors to syslog
-; has been set as well.
+
+; The syslog ident is a string which is prepended to every message logged
+; to syslog. Only used when error_log is set to syslog.
;syslog.ident = php
+
+; The syslog facility is used to specify what type of program is logging
+; the message. Only used when error_log is set to syslog.
;syslog.facility = user
;windows.show_crt_warning