Commit fbcd0e96 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

release/001.018: ignore more Cyrus SASL GSSAPI messages

parent 56fcaa18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
unreleased

release/001.018 (2016-08-01)

    Ignore more innocuous Cyrus SASL GSSAPI messages (adamhl).

release/001.017 (2016-03-28)

+7 −0
Original line number Diff line number Diff line
# /etc/filter-syslog/apache -- Apache syslog filter rules.

# Cyrus SASL logs some informational which can safely be ignored (a better
# solution would be to configure the SASL libraries to suppress the
# messages from the start but I don't know how to do that):
#  2016-07-31T05:22:12.681254-07:00 idp05 apache2: GSSAPI client step 1
#  2016-07-31T05:22:12.684724-07:00 idp05 apache2: GSSAPI client step 2
apache2: /^GSSAPI client step \d$/

# WebAuth logs these messages from time to time but deals with the problem
# itself, so it's not an interesting error.
apache2: /^GSSAPI Error: Miscellaneous failure \(Ticket expired\)$/