The name comes from Java Logs /re/p - search logs by regular expressions and print
Windows: gradlew shadowJar
Linux/Mac: ./gradlew shadowJar
Jar file with all dependencies will be generated in build/libs
Run: java -jar jlogrep.jar
.
Open http://localhost:8080
in your favourite web browser.
Upload your logs and go!
For advanced usage, see Usage#Advanced scan
Run: docker compose up
Open http://localhost:8080
in your favourite web browser.
Now changes in web resources are applied instantly.
Documentation is avaliable on application’s main page. Documentation sources are available here.