[cpp-sp] 04/09: Add initial logcheck rules for libapache2-mod-shib2

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:41:01 EST 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to annotated tag debian/2.0.dfsg1-3
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=32d53a14c5ef095c2ae21401baf522254150f20d

commit 32d53a14c5ef095c2ae21401baf522254150f20d
Author: Russ Allbery <rra at debian.org>
AuthorDate: Sun Aug 3 20:36:59 2008 -0700

    Add initial logcheck rules for libapache2-mod-shib2
    
    Add logcheck rules to ignore some of the routine messages from the Apache
    module.  This only covers startup and teardown; more will need to be
    added.
---
 debian/changelog                          | 6 ++++++
 debian/libapache2-mod-shib2.ignore.server | 7 +++++++
 2 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 38a8863..85e66d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
 
+  [ Ferenc Wagner ]
   * Avoid brace expansion in debian/rules, dash does not like it.
     (Closes: #493408)
 
+  [ Russ Allbery ]
+  * Add logcheck rules to ignore some of the routine messages from the
+    Apache module.  This only covers startup and teardown; more will
+    need to be added.
+
  -- Ferenc Wagner <wferi at niif.hu>  Sat, 02 Aug 2008 21:47:08 +0200
 
 shibboleth-sp2 (2.0.dfsg1-2) unstable; urgency=low
diff --git a/debian/libapache2-mod-shib2.ignore.server b/debian/libapache2-mod-shib2.ignore.server
new file mode 100644
index 0000000..d103748
--- /dev/null
+++ b/debian/libapache2-mod-shib2.ignore.server
@@ -0,0 +1,7 @@
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : shibboleth [0-9.]+ library (shutting down|shutdown complete)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth.SessionCache : cleanup thread exiting$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO XMLTooling.XMLToolingConfig : xmltooling [0-9.]+ library shutdown complete$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : building ListenerService of type UnixListener\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : building RequestMapper of type Native\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : building SessionCache of type StorageService\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.SessionCache : cleanup thread started\.\.\.run every [0-9]+ secs; timeout after [0-9]+ secs$

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list