hapi-fhir-jpaserver-starter icon indicating copy to clipboard operation
hapi-fhir-jpaserver-starter copied to clipboard

Store Log into Database

Open aakashkag opened this issue 1 year ago • 1 comments

Hi, I'm interested in implementing a system to log certain details of both requests and responses, specifically the request date, URL, parameters, and the count of documents in the response. I aim to store this information in a database. Could anyone provide guidance or steps on how to achieve this functionality effectively? Any insights or advice would be greatly appreciated. Thank you,

aakashkag avatar Mar 29 '24 14:03 aakashkag

@aakashkag see https://hapifhir.io/hapi-fhir/docs/security/balp_interceptor.html

jkiddo avatar Apr 16 '24 17:04 jkiddo