mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
Adds support for unix sockets
This commit is contained in:
@@ -51,7 +51,7 @@ class SyslogUdpHandler extends AbstractSyslogHandler
|
||||
$this->ident = $ident;
|
||||
$this->rfc = $rfc;
|
||||
|
||||
$this->socket = new UdpSocket($host, $port ?: 514);
|
||||
$this->socket = new UdpSocket($host, $port);
|
||||
}
|
||||
|
||||
protected function write(array $record): void
|
||||
|
Reference in New Issue
Block a user