Best Practice for logging
Hi,
I want to know if there exist any guidelines/stratagies/patterns for performing logging in a composite application containing atleast ESB and BPEL.
What I am looking for is how to do logging in a common way...when my ESB runs, I do logging...if in between BPEL runs, I want to do logging
I suspect there should be some standard way of approaching this - maybe put info in a common queue...however, if my ESB has three outputs, and I want to log the information that all three were executed, where do i put the logic to insert into queue...and how.
Please share your ideas on how you get a good picture of how your app is running in a production environment...I am aware that Oracle is planning to come up with additions to Enterprise Manager that may provide this out of the box, but I wanted to know how people are solving this problem right now.
Thanks in advance !
Amit