I saw the similar issue for JIRA regarding log files filling with these warning messages listed in JRASERVER-59898
We are seeing this in our fisheye logs in this dir: /var/atlassian/application-data/fecru/var/log
log files are being filled with many Warnings listed below:
2020-01-12 23:51:17,073 WARN [qtp1058876963-24582] com.sun.jersey.spi.container.servlet.WebComponent WebComponent-filterFormParameters - A servlet request, to the URI http://afsbc01:8060/rest/api/1.0/rest-service-fe/search-v1/reviewsForChangeset/PDC_Discovery, contains form parameters in the request body but the request body has been consumed by the servlet or a servlet filter accessing the request parameters. Only resource methods using @FormParam will work as expected. Resource methods consuming the request body by other means will not work as expected.
Would this be fixed by adding following line to /opt/atlassian/jira/conf/logging.properties or does that just affect Jira logs? I do not see a logging.properties file in the /opt/fecru path.
Change the logging level for the com.sun.jersey.spi.container.servlet.WebComponent class in the conf/logging.properties file by adding this line:
com.sun.jersey.spi.container.servlet.WebComponent.level = SEVERE
Additional question: what is the cause of all of these warning messages?