-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract specific fields to put into database #229
Comments
You need to write a custom |
May I know the difference between @whiskeysierra And regarding your previous reply, I've managed to access the individual fields through |
https://github.com/zalando/logbook#formatting |
Hi,
I need to extract out certain fields from the requests/responses to put into a database.
For example if I want to have columns for "type", "method", "body" in the database and insert the respective fields from the logged requests/responses. Is that possible?
I was thinking of setting the values for these fields in a java object to be used for inserting the data to the database, but I first need a way to get these individual values from the logs. Or maybe there is another way of doing it?
The text was updated successfully, but these errors were encountered: