Suvra Ukil
Suvra Ukil

Reputation: 31

OSB Proxy Based Logging

Is there any way to create separate log files based on Proxy services?

http://carlgira.blogspot.in/2014/07/osb-custom-proxy-logging.html

The above url provides some info. But that seems not working. We require something as in what is described in url.

Upvotes: 2

Views: 1469

Answers (2)

Carlos Giraldo
Carlos Giraldo

Reputation: 51

The report is a way to do it, but if you are going to use that option i would recommend to create a custom report provider.

The solution on the blog (the blog entry is mine) tries to use a startup-class of weblogic to modify the order of the loggers so you can add a custom one, before the real one.

There is a second blog entry with more detail and the complete maven sources in github.

The blog entry http://carlgira.blogspot.com.es/2015/05/weblogic-filter-logs.html

The github sources https://github.com/carlgira/soa-utils/tree/master/weblogic-custom-logging

Upvotes: 1

user6479755
user6479755

Reputation: 1

If you want to log the request and the response for single proxy service , then you can go for Report Action.

Here , you can do reporting for single operations and proxy service.

Upvotes: 0

Related Questions