From: Philipp Date: Mon, 13 Dec 2021 06:29:21 +0000 (+0100) Subject: Update src/Core/Logger/Type/SyslogLogger.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ab960e8596dc96d31b46083fb651b330dcc59ed2;p=friendica.git Update src/Core/Logger/Type/SyslogLogger.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Core/Logger/Type/SyslogLogger.php b/src/Core/Logger/Type/SyslogLogger.php index ea960b0be3..7f16acf423 100644 --- a/src/Core/Logger/Type/SyslogLogger.php +++ b/src/Core/Logger/Type/SyslogLogger.php @@ -106,7 +106,7 @@ class SyslogLogger extends AbstractLogger * @throws LogLevelException * @throws LoggerException */ - public function __construct($channel, Introspection $introspection, string $level = LogLevel::NOTICE, int $logOpts = self::DEFAULT_FLAGS, int $logFacility = self::DEFAULT_FLAGS) + public function __construct($channel, Introspection $introspection, string $level = LogLevel::NOTICE, int $logOpts = self::DEFAULT_FLAGS, int $logFacility = self::DEFAULT_FACILITY ) { parent::__construct($channel, $introspection); $this->logOpts = $logOpts;