[syslog-ng] use_fqdn()

Gabor Kiss kissg@sztaki.hu
Fri, 23 Feb 2001 16:03:10 +0100


> > options { use_fqdn(yes); };
> >
> > I've tried different options and all numerical ones are excepted ok.
> > Options with accepted values described as 'yes' or 'no' in the
> > documentation cause the deamon to fail on start-up.
> >
> > Have I got the syntax wrong?
> > Do I need a newer version to enable this feature?
> > If so, Is there a different option that will give me the full domain name
> > in this version?
> 
> This option is supported only 1.3.x and later. I think you should install
> 1.3.15, I intent to release it as a stable version soon.

I have 1.4.0rc3 and I cannot configure FQDNs. Current options are:

options { long_hostnames(on); chain_hostnames(yes); use_fqdn(yes);
sync(0); };

What did I wrong?

Gabor