Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed regexp in TomcatLogtailer #37

Merged
merged 1 commit into from
May 7, 2017

Conversation

tedski
Copy link
Contributor

@tedski tedski commented May 12, 2014

The original regexp and log format included items that were not supported by recent versions of Tomcat. I changed the log format to be as close to the Tomcat standard string, adding only the information that TomcatLogtailer.py needs.

  • Common log format + request duration log format
  • More robust regexp that will fail more cleanly

The original regexp and log format included items that were not supported by recent versions of Tomcat.  I changed the log format to be as close to the Tomcat standard string, adding only the information that TomcatLogtailer.py needs.

 - Common log format + request duration log format
 - More robust regexp that will fail more cleanly
@tedski
Copy link
Contributor Author

tedski commented May 12, 2014

fixes #38

@jbuchbinder jbuchbinder merged commit 873a57b into ganglia:master May 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants