[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDAP logging question
- To: Joao <joaopedro17@netvisao.pt>
- Subject: Re: LDAP logging question
- From: matthew sporleder <msporleder@gmail.com>
- Date: Tue, 30 Aug 2005 12:29:42 -0400
- Cc: openldap-software@OpenLDAP.org
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=soU5Iyf7k756LyB81DIPvMv/iqV4JkR0XbQHmhW9/+GQq8ziqrWQ7T/O2y0peC85mINjLihcbCX3Anpkh7hs5KJFKiBTg6JmVIqIfhidE3Ke+UT/8Y7RCRbZiu8EJTIt48U8LbU6DY18OWvMAxczOS/Xuh7euo4NSCCAAcB0wvw=
- In-reply-to: <43146F9B.8020309@netvisao.pt>
- References: <43146F9B.8020309@netvisao.pt>
Use different log levels. slapd -l LOCAL7, slapd -l LOCAL8, and then
in your syslog.conf:
local7.* /path/to/mylogfile
local8.* /path/to/mylogfile
Or split up the err, alert, crit, etc.
On 8/30/05, Joao <joaopedro17@netvisao.pt> wrote:
> Hello
> Is there any chance of logging LDAP not using the syslog??????my problem
> is, i have more then 1 ldap server in the computer and want to have
> separated logs of each server.
>
> thnx
>