[Pkg-openldap-devel] r943 - openldap/trunk/debian
Russ Allbery
rra at alioth.debian.org
Fri Dec 21 07:51:13 UTC 2007
Author: rra
Date: 2007-12-21 07:51:13 +0000 (Fri, 21 Dec 2007)
New Revision: 943
Modified:
openldap/trunk/debian/changelog
openldap/trunk/debian/slapd.README.Debian
Log:
- Document how to direct slapd's logs to another file. Closes: #258931.
Modified: openldap/trunk/debian/changelog
===================================================================
--- openldap/trunk/debian/changelog 2007-12-21 07:39:57 UTC (rev 942)
+++ openldap/trunk/debian/changelog 2007-12-21 07:51:13 UTC (rev 943)
@@ -66,6 +66,7 @@
options. Based on a patch from Mike Burr. Closes: #411413.
* Rework slapd's README.Debian:
- Document the BerkeleyDB version. Closes: #438127.
+ - Document how to direct slapd's logs to another file. Closes: #258931.
- Remove obsolete information about TLS/SSL and OpenLDAP 2.0 upgrades.
- Recommend HDB instead of BDB.
- Generally reformat and reorganize.
@@ -73,7 +74,7 @@
* Remove versioned dependency on an ancient dpkg-dev.
* Wrap and reorder Build-Depends for readability.
- -- Russ Allbery <rra at debian.org> Thu, 20 Dec 2007 23:32:40 -0800
+ -- Russ Allbery <rra at debian.org> Thu, 20 Dec 2007 23:50:46 -0800
openldap2.3 (2.3.39-1) unstable; urgency=medium
Modified: openldap/trunk/debian/slapd.README.Debian
===================================================================
--- openldap/trunk/debian/slapd.README.Debian 2007-12-21 07:39:57 UTC (rev 942)
+++ openldap/trunk/debian/slapd.README.Debian 2007-12-21 07:51:13 UTC (rev 943)
@@ -1,6 +1,17 @@
Notes about Debian's slapd package
----------------------------------
+++ Logging
+
+ slapd logs to the facility local4. If you want to direct slapd's logs
+ to a separate log file, add a line like:
+
+ local4.debug /var/log/slapd.log
+
+ to /etc/syslog.conf. You may also want to add ";local4.none" to the
+ catch-all entry that logs to /var/log/messages so that it doesn't
+ continue to receive slapd logs.
+
++ BerkeleyDB version
slapd has been built against version 4.2 of BerkeleyDB. This version
@@ -94,4 +105,4 @@
and it will generate the files for you. You will need appropriate
privileges, of course.
- -- Russ Allbery <rra at debian.org>, Thu, 20 Dec 2007 23:03:22 -0800
+ -- Russ Allbery <rra at debian.org>, Thu, 20 Dec 2007 23:50:16 -0800
More information about the Pkg-openldap-devel
mailing list