Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
suitpuppet
su_apache
Commits
c0da49d0
Commit
c0da49d0
authored
Sep 07, 2020
by
Adam Lewenberg
Browse files
update filter-syslog with some new ingnorable messages
parent
2be185a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/etc/filter-syslog/apache
View file @
c0da49d0
...
...
@@ -24,3 +24,15 @@ httpd: /^GSSAPI Error: Miscellaneous failure \(Ticket expired\)$/
# Innocuous errors starting with Apache 2.4
apache2: /^\d+ INFO XMLTooling.Config : xmltooling \S+ library shutdown complete$/
apache2: /^\d+ INFO XMLTooling.Config : xmltooling \S+ library initialization complete$/
# systemd reloading the apache service (usually from newsyslog)
systemd: /Reload(ing|ed) The Apache HTTP Server./
# The following covers these messages:
# - Starting The Apache HTTP Server...
# - Stopping The Apache HTTP Server...
# - Stopped The Apache HTTP Server.
# - Started The Apache HTTP Server.
systemd: /(Stop|Start)p?(ed|ing) The Apache HTTP Server[.]+/
systemd: /phpsessionclean.service: Succeeded./
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment