diff options
Diffstat (limited to 'app/actualize_script.php')
| -rwxr-xr-x | app/actualize_script.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/actualize_script.php b/app/actualize_script.php index 721376f62..e3ee5a5e5 100755 --- a/app/actualize_script.php +++ b/app/actualize_script.php @@ -27,9 +27,11 @@ define('SIMPLEPIE_SYSLOG_ENABLED', FreshRSS_Context::$system_conf->simplepie_sys */ function notice($message) { Minz_Log::notice($message, ADMIN_LOG); + // @phpstan-ignore-next-line if (!COPY_LOG_TO_SYSLOG && SIMPLEPIE_SYSLOG_ENABLED) { syslog(LOG_NOTICE, $message); } + // @phpstan-ignore-next-line if (defined('STDOUT') && !COPY_SYSLOG_TO_STDERR) { fwrite(STDOUT, $message . "\n"); //Unbuffered } |
