0

I have followed the logback-access documentation https://logback.qos.ch/access.html and able to customize the http access logs in tomcat server.

similarly how do I use logback-access with web logic server?

1 Answers1

0

It seems that this component does not provide any integration with WebLogic Server. Maybe you can try to implement your own integration starting with a javax.servlet.http.HttpServletRequestWrapper class. You should know that WebLogic Server enables extending access log information quite easily. This documentation will help you.

Emmanuel Collin
  • 2,556
  • 2
  • 10
  • 17