From 233cbb53b3355e3fda55bdd9fea5eb1ef4793097 Mon Sep 17 00:00:00 2001 From: Gemorroj Date: Sat, 14 Jul 2018 00:22:45 +0300 Subject: [PATCH] [ci skip] Update php.ini-production remove duplicated strings --- php.ini-production | 2 -- 1 file changed, 2 deletions(-) diff --git a/php.ini-production b/php.ini-production index 7cfade42209..793174d88fb 100644 --- a/php.ini-production +++ b/php.ini-production @@ -584,8 +584,6 @@ html_errors = On ;error_log = php_errors.log ; Log errors to syslog (Event Log on Windows). ;error_log = syslog -; Log errors to syslog (Event Log on Windows). -;error_log = syslog ; The syslog ident is a string which is prepended to every message logged ; to syslog. Only used when error_log is set to syslog.