I
Irfan
Guest
Tim, RequestInfo Object might be the best choice to get the procedure,class and method related information. As Request dumping was solving what we want, we never looked on why we cant dump the same information from logging.xml. It might also be possible that the same information can be dumped by logging.xml but might be hidden somewhere,we might not have exposed it or I am not aware of it. I shall check with team and see what we can do with logging.xml to dump the HTTP Request/Response information. After enabling request dumper, I have set the below setting in logging.properties handlers = 1catalina.org.apache.juli.AsyncFileHandler, 2localhost.org.apache.juli.AsyncFileHandler, 3manager.org.apache.juli.AsyncFileHandler, 4host-manager.org.apache.juli.AsyncFileHandler, java.util.logging.ConsoleHandler, 5request-dumper.org.apache.juli.FileHandler 5request-dumper.org.apache.juli.FileHandler.level = FINEST 5request-dumper.org.apache.juli.FileHandler.directory = ${catalina.base}/logs 5request-dumper.org.apache.juli.FileHandler.prefix = requestdumper org.apache.catalina.filters.RequestDumperFilter.level = FINEST org.apache.catalina.filters.RequestDumperFilter.handlers = 5request-dumper.org.apache.juli.FileHandler
Continue reading...
Continue reading...