Home

Awesome

Vertx Logging Playground

This project is used to demonstrate usage of vertx-web-accesslog and other log related components in a real vertx application.

Features

For now those features and functionalities are demoed

Build the app

Build the fatjar like this

./gradlew shadowJar

Run the app

java -jar -Daccess.location=/tmp build/libs/shadow.jar

Execute sample request

This runs a simple GET request on the app that will produce some useful access log

curl http://localhost:8080/test?requestId=test123 -v -H "Cookie: cookie1=cookie1Value; cookie2=cookie2Value"