Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
|
@ -53,9 +53,6 @@ class SysLog implements LoggerInterface {
|
|||
protected function openConnection() {
|
||||
if (!$this->connectionOpened) {
|
||||
$facility = $this->config->get('facility');
|
||||
if ($facility === '') {
|
||||
$facility = defined('LOG_LOCAL0') ? LOG_LOCAL0 : LOG_USER;
|
||||
}
|
||||
$this->connectionOpened = openlog($this->config->get('identity'), LOG_NDELAY, $facility);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue