[syslog-ng] Re: [Sw-ops] syslog-ng tcp port "max-connections(#)" directive? (TYPO)

Robert Coli rcoli@shockwave.com
Mon, 19 Jun 2000 16:25:35 -0700


> ---
> source remote { tcp(port(<port #>)); max-connections(50) };
> ---

source remote { tcp(port(<port #>) max-connections(100)); };

is the valid statement. typos stink. it must be a monday.

-RC