From acc50df0efef8bd9fa937a5d640314c0e78e9117 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 3 Jan 2020 18:50:33 +0100 Subject: Fix logging environment constants (#2745) * Fix logging environment constants * COPY_LOG_TO_SYSLOG was only working when Syslog was used * FRESHRSS_ENV was not properly used to set logging level * Simplify code Always call `openlog()` even when it is not used * Always specify syslog properties https://github.com/FreshRSS/FreshRSS/pull/2745#discussion_r362207445 * $username is also needed further down * No new line in syslog --- p/i/index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'p/i') diff --git a/p/i/index.php b/p/i/index.php index 8a4f529d4..d366566ab 100755 --- a/p/i/index.php +++ b/p/i/index.php @@ -50,7 +50,6 @@ if (file_exists(DATA_PATH . '/do-install.txt')) { echo '### Fatal error! ###
', "\n"; Minz_Log::error($e->getMessage()); echo 'See logs files.'; - prepareSyslog(); syslog(LOG_INFO, 'FreshRSS Fatal error! ' . $e->getMessage()); } } -- cgit v1.2.3