[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: logging via syslog
You need an entry like the following in your syslog file
local4.debug /var/adm/messages
Cheers,
Brian Wert
On Friday 25 May 2001 09:01 am, Jarkko Turkulainen wrote:
> Hi all,
>
> How can I get the Debug() messages printed from the OpenLDAP libraries?
> Example:
>
> If I call ldap_start_tls_s() from my client, it then calls
> ldap_pvt_tls_start() and it calls... All these functions seem to provide
> plenty of information via Debug(), all I need to know is how to activate
> the logging.
>
> Any help appriciated!