Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 983 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 983 Bytes

Tomcat® Formatted Log Viewer

This is a simple, yet nice-to-have log viewer web-app for Apache Tomcat Server. It simplifies browsing of the Tomcat logs, adding appropriate formatting and split content by logical parts.
Filter content of the log folder, combining common names and then available dates.

The current version (1.2) assumes that:
  • you didn't change log's formatting valve in server.xml file of your Tomcat server, and
  • log files are all located under log subfolder of CATALINA_BASE dir
Tested with Tomcat 9, but may works with any version if underlying JDK is 1.8+.

Sources are provided for free, if someone needs to modify the formatters or add new own features.