Loading NEWS +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) Loading files/etc/filter-syslog/apache +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\)$/ Loading Loading
NEWS +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) Loading
files/etc/filter-syslog/apache +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\)$/ Loading