-
Using org.zalando.logbook library
-
Check request and response logs in the console
-
Excluding this endpoint to be logged '/health/info' , '/admin/**'
- Post Request : it will log in the console
curl --location --request POST 'localhost:8081/users'
--header 'APP_ID: test-api'
--header 'Content-Type: application/json'
--data-raw '{ "name": "John", "email": "john123@mail.com" }'- Get Request : health/info -> it will not log in the console
curl --location --request GET 'localhost:8081/health/info'
--header 'APP_ID: test-api'
--header 'Content-Type: application/json'
-
Notifications
You must be signed in to change notification settings - Fork 0
kh77/sb-logbook
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
LogBook example for logging request and response headers,body in the console
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published