Skip to content

Instantly share code, notes, and snippets.

@keksipurkki
Last active August 4, 2023 12:50
Show Gist options
  • Save keksipurkki/2a12deec0894cd593b3fc95c00f33c93 to your computer and use it in GitHub Desktop.
Save keksipurkki/2a12deec0894cd593b3fc95c00f33c93 to your computer and use it in GitHub Desktop.
Vanilla logs
2023-08-04T15:07:37+03:00 net.keksipurkki.demos.Application INFO Starting Application()
2023-08-04T15:07:37+03:00 net.keksipurkki.demos.HelloWorld INFO Deploying HelloWorld()
2023-08-04T15:07:37+03:00 net.keksipurkki.demos.Application INFO Deployment complete. Success = true
2023-08-04T15:07:44+03:00 net.keksipurkki.demos.Application INFO Handling request. Method = GET. URI = http://localhost:8080/hello-world
2023-08-04T15:07:44+03:00 net.keksipurkki.demos.HelloWorld INFO {"message":"Hello world!"}
2023-08-04T15:07:45+03:00 net.keksipurkki.demos.Application INFO Handling request. Method = GET. URI = http://localhost:8080/hello-world
2023-08-04T15:07:46+03:00 net.keksipurkki.demos.HelloWorld INFO {"message":"Hello world!"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment