[26813] in Source-Commits
/svn/athena r25771 - trunk/debathena/config/syslog-config/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Sep 26 13:42:22 2012
Date: Wed, 26 Sep 2012 13:41:40 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201209261741.q8QHfeOM013839@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-09-26 13:41:40 -0400 (Wed, 26 Sep 2012)
New Revision: 25771
Modified:
trunk/debathena/config/syslog-config/debian/50-debathena-syslog-config.conf
trunk/debathena/config/syslog-config/debian/changelog
Log:
In syslog-config:
* Drop afs byte-range locking messages (Trac: #1258)
Modified: trunk/debathena/config/syslog-config/debian/50-debathena-syslog-config.conf
===================================================================
--- trunk/debathena/config/syslog-config/debian/50-debathena-syslog-config.conf 2012-09-21 18:37:52 UTC (rev 25770)
+++ trunk/debathena/config/syslog-config/debian/50-debathena-syslog-config.conf 2012-09-26 17:41:40 UTC (rev 25771)
@@ -1 +1,7 @@
+# Drop afs' byte-range lock message (kern.warning)
+# Yes, we want 'lock', not 'locks', to match both kinds of
+# of messages. And yes, we want 'afs' in the msg field,
+# since the actual tag/program is 'kernel'
+:msg,contains,"afs: byte-range lock" ~
+# Send everything else to wslogger
*.warning;user,auth.info @WSLOGGER.MIT.EDU
Modified: trunk/debathena/config/syslog-config/debian/changelog
===================================================================
--- trunk/debathena/config/syslog-config/debian/changelog 2012-09-21 18:37:52 UTC (rev 25770)
+++ trunk/debathena/config/syslog-config/debian/changelog 2012-09-26 17:41:40 UTC (rev 25771)
@@ -1,8 +1,9 @@
-debathena-syslog-config (1.7) UNRELEASED; urgency=low
+debathena-syslog-config (1.7) unstable; urgency=low
* Bump debian/compat to 6
+ * Drop afs byte-range locking messages (Trac: #1258)
- -- Jonathan Reed <jdreed@mit.edu> Sun, 01 Jul 2012 12:21:37 -0400
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 26 Sep 2012 13:41:03 -0400
debathena-syslog-config (1.6) unstable; urgency=low