Hello, I am using axis2-1.8.2 version for my web services with tomcat. After starting the server, my log file (catalina.out) gets flooded with DEBUG_FRAME lines which is coming from org.' *apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564)*'. I tried many things but I was unable to fix this issue as my logs gets flooded with DEBUG_FRAME messages. Is there any fix or work around for this which I can implement in my environment? If there is, please let me know.
Logs look like this: [2023-09-08T10:02:34,005]DEBUG[main] - DEBUG_FRAME = org.apache.axis2.util.JavaUtils.callStackToString(JavaUtils.java:564) DEBUG_FRAME = org.apache.axis2.description.AxisService.mapActionToOperation(AxisService.java:878) DEBUG_FRAME = org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:378) DEBUG_FRAME = org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101) DEBUG_FRAME = org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:117) DEBUG_FRAME = org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(ArchiveReader.java:232) DEBUG_FRAME = org.apache.axis2.deployment.ServiceDeployer.deploy(ServiceDeployer.java:154) Looking forward to hearing from you. Thanks, Amit