Redundant logging in Jelastic

Hi, recently, our application ran into a trouble with the huge amount of logging.
The application is deployed on layershift, in the admin panel, there is a category called localhost_access_log. When you open it you can see that the logging is being happened for each user action, is it login to the application or even click on a row in a table, anything.
Is there a way to configure this?
Just for more information, for all loggers in the administration panel log level is ERROR and logback.xml as well.
We’d really appreciate any help here.
In the attached file each row that ends with HTTP status and some id is created by clicking on a table’s items. The long rows were generated as result of idle.

Thanks in advance.

the log file (22.2 KB)

Hi,
Logback.xml is not applied in Jelastic.
To configure logging, modify the logging.properties config - file using Jelastic administrative panel. You can find it in the tomcat/conf directory.

image

To disable access log, comment “Access Log Valve” in Tomcat server.xml.
image

Hi, Rostislav.
Thanks, I will try this.