Details
-
Bug
-
Resolution: Unresolved
-
Major
-
1.2.3
-
None
Description
The SyslogOutputStream converts the syslogHost to an IP address within its constructor. This means that it only performs a DNS resolution for the Syslog host once, at start up. If the IP address of the System host changes (and is updated in the DNS system) this class will never pick up the change.
The suggested fix is to move the DNS resolution from the constructor into the flush method.