Last active
August 4, 2023 12:50
-
-
Save keksipurkki/2a12deec0894cd593b3fc95c00f33c93 to your computer and use it in GitHub Desktop.
Vanilla logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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