[cpp-sp] 01/36: Fix native.logger configuration
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:45:53 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.5.1+dfsg-1
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=303cf485700a7d9f3991f83b02ed6962f3521898
commit 303cf485700a7d9f3991f83b02ed6962f3521898
Author: Russ Allbery <rra at debian.org>
AuthorDate: 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.
---
configs/native.logger.in | 5 ++++-
debian/changelog | 12 ++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list