Syslog does not attempt DNS resolution if it previously failed during startup - proposed patch Inkorgen

2023-06-26 Thread Robert Larsson
Hello, Syslog can be configured to send log to remote hosts using both IP-addresses and resolvable hostnames. DNS resolution of these hostnames is done in the "cfline()" function, which is invoked only during parsing of the configuration file. If DNS is not available when syslog starts, no attemp

Re: Syslog does not attempt DNS resolution if it previously failed during startup - proposed patch In

2023-06-29 Thread Robert Larsson
lo, > > On 2023/06/22 13:22:56 +, Robert Larsson > wrote: > > Hello, > > > > Syslog can be configured to send log to remote hosts using both > > IP-addresses and resolvable hostnames. DNS resolution of these hostnames > > is done in the "cfline