Logging REST traffic in Java EE (or HTTP in general) -


i had around java solution logging rest or http calls in general in java ee environment database later analysis haven't been successful far.

my requirements logging request , response of course, including meta data ip of requesting side (client/server), authenticated user , status code. should happen in way search meta data in efficient way there not stress on database , build log browser on top of can present results without being unresponsive if there several million log entries.

a nice have log viewer there , not have built.

do have implement myself or there solution throw in?


Comments