Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2001 17:07:49 -0500 (CDT)
From:      Chris Dillon <cdillon@wolves.k12.mo.us>
To:        dannyman <dannyman@toldme.com>
Cc:        <openldap-software@OpenLDAP.org>, <ports@FreeBSD.ORG>
Subject:   Re: FreeBSD port net/openldap2 syslog bug?
Message-ID:  <Pine.BSF.4.32.0106201704280.76734-100000@mail.wolves.k12.mo.us>
In-Reply-To: <20010620143507.B20736@toldme.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Jun 2001, dannyman wrote:

> So, I was trying to get logging to work under FreeBSD.

> syslog.conf:
> slapd.*                                         /var/log/slapd
  ^^^^^ That's not a valid facility.
> *.*                                             /var/log/all.log

Try this instead:

!slapd
*.*                                               /var/log/slapd.log

And/or:

local4.*                                          /var/log/slapd.log


-- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net
   FreeBSD: The fastest and most stable server OS on the planet.
   For IA32 and Alpha architectures. IA64, PPC, and ARM under development.
   http://www.freebsd.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.32.0106201704280.76734-100000>