[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, master, updated. debian/2.4.3+dfsg-5-1-g303cf48
Russ Allbery
rra at debian.org
Sat Nov 3 17:28:14 UTC 2012
The following commit has been merged in the master branch:
commit 303cf485700a7d9f3991f83b02ed6962f3521898
Author: Russ Allbery <rra at debian.org>
Date: Sat Nov 3 10:27:46 2012 -0700
Fix native.logger configuration
* Remove the (undefined) warn_log destination from the default
native.logger configuration file, restoring consistency with the
Debian modification to log to syslog. Since all native logs go to
syslog, there's no need to have differentiated log destinations based
on threshold. The previous version of the file referenced a
commented-out warn_log destination, which caused errors to be spammed
to syslog.
diff --git a/configs/native.logger.in b/configs/native.logger.in
index 102369c..38cebbb 100644
--- a/configs/native.logger.in
+++ b/configs/native.logger.in
@@ -1,5 +1,8 @@
# set overall behavior
-log4j.rootCategory=INFO, native_log, warn_log
+#
+# Debian: remove warn_log. All logs go to syslog, so there's no need to
+# have multiple log destinations differentiated only by log threshold.
+log4j.rootCategory=INFO, native_log
# fairly verbose for DEBUG, so generally leave at INFO
log4j.category.XMLTooling.XMLObject=INFO
diff --git a/debian/changelog b/debian/changelog
index 743b6d8..ef3128f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+shibboleth-sp2 (2.4.3+dfsg-6) UNRELEASED; urgency=low
+
+ * Remove the (undefined) warn_log destination from the default
+ native.logger configuration file, restoring consistency with the
+ Debian modification to log to syslog. Since all native logs go to
+ syslog, there's no need to have differentiated log destinations based
+ on threshold. The previous version of the file referenced a
+ commented-out warn_log destination, which caused errors to be spammed
+ to syslog.
+
+ -- Russ Allbery <rra at debian.org> Sat, 03 Nov 2012 10:27:33 -0700
+
shibboleth-sp2 (2.4.3+dfsg-5) unstable; urgency=low
* Fix syntax error in the update-rc.d invocation for shibd, which was
--
Debian packaging for the 2.0 Apache Shibboleth SP
More information about the Pkg-shibboleth-devel
mailing list