M2ee_log getting big- On Premise - Windows

0
Both locally and on the server the m2ee_log file can become very big, very fast. After analysing the content we realized that a lot of debug statements are printend out. How can we reduce the number of logs? 14:10:21.906 [TaskManager-3] DEBUG o.a.h.c.protocol.RequestAddCookies - CookieSpec selected: default 14:10:21.920 [TaskManager-3] DEBUG o.a.h.c.protocol.RequestAuthCache - Auth cache not set in the context 14:10:21.922 [TaskManager-3] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection request: [route: {s}->https://sandbox.e-signlive.ca:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20] 14:10:21.944 [TaskManager-2] DEBUG o.a.h.c.protocol.RequestAddCookies - CookieSpec selected: default 14:10:21.944 [TaskManager-2] DEBUG o.a.h.c.protocol.RequestAuthCache - Auth cache not set in the context 14:10:21.945 [TaskManager-2] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection request: [route: {s}->https://sandbox.e-signlive.ca:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20] 14:10:21.946 [TaskManager-1] DEBUG o.a.h.c.protocol.RequestAddCookies - CookieSpec selected: default 14:10:21.946 [TaskManager-1] DEBUG o.a.h.c.protocol.RequestAuthCache - Auth cache not set in the context 14:10:21.947 [TaskManager-1] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection request: [route: {s}->https://sandbox.e-signlive.ca:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20] 14:10:21.952 [TaskManager-0] DEBUG o.a.h.c.protocol.RequestAddCookies - CookieSpec selected: default 14:10:21.953 [TaskManager-0] DEBUG o.a.h.c.protocol.RequestAuthCache - Auth cache not set in the context 14:10:21.953 [TaskManager-0] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection request: [route: {s}->https://sandbox.e-signlive.ca:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20] 14:10:21.954 [TaskManager-0] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection leased: [id: 0][route: {s}->https://sandbox.e-signlive.ca:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] 14:10:21.958 [TaskManager-0] DEBUG o.a.h.impl.execchain.MainClientExec - Opening connection {s}->https://sandbox.e-signlive.ca:443 14:10:21.966 [TaskManager-1] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection leased: [id: 1][route: {s}->https://sandbox.e-signlive.ca:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] 14:10:21.966 [TaskManager-1] DEBUG o.a.h.impl.execchain.MainClientExec - Opening connection {s}->https://sandbox.e-signlive.ca:443 14:10:21.966 [TaskManager-2] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection leased: [id: 2][route: {s}->https://sandbox.e-signlive.ca:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] 14:10:21.966 [TaskManager-2] DEBUG o.a.h.impl.execchain.MainClientExec - Opening connection {s}->https://sandbox.e-signlive.ca:443 14:10:21.968 [TaskManager-3] DEBUG o.a.h.i.c.PoolingHttpClientConnectionManager - Connection leased: [id: 3][route: {s}->https://sandbox.e-signlive.ca:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20] 14:10:21.971 [TaskManager-3] DEBUG o.a.h.impl.execchain.MainClientExec - Opening connection {s}->https://sandbox.e-signlive.ca:443 14:10:21.979 [TaskManager-0] DEBUG o.a.h.i.c.DefaultHttpClientConnectionOperator - Connecting to sandbox.e-signlive.ca/52.60.155.238:443 14:10:21.979 [TaskManager-0] DEBUG o.a.h.c.s.SSLConnectionSocketFactory - Connecting socket to sandbox.e-signlive.ca/52.60.155.238:443 with timeout 0 14:10:21.983 [TaskManager-3] DEBUG o.a.h.i.c.DefaultHttpClientConnectionOperator - Connecting to sandbox.e-signlive.ca/52.60.155.238:443 14:10:21.983 [TaskManager-3] DEBUG o.a.h.c.s.SSLConnectionSocketFactory - Connecting socket to sandbox.e-signlive.ca/52.60.155.238:443 with timeout 0 14:10:21.985 [TaskManager-2] DEBUG o.a.h.i.c.DefaultHttpClientConnectionOperator - Connecting to sandbox.e-signlive.ca/52.60.155.238:443 14:10:21.986 [TaskManager-2] DEBUG o.a.h.c.s.SSLConnectionSocketFactory - Connecting socket to sandbox.e-signlive.ca/52.60.155.238:443 with timeout 0 14:10:21.986 [TaskManager-1] DEBUG o.a.h.i.c.DefaultHttpClientConnectionOperator - Connecting to sandbox.e-signlive.ca/52.60.155.238:443 14:10:21.987 [TaskManager-1] DEBUG o.a.h.c.s.SSLConnectionSocketFactory - Connecting socket to sandbox.e-signlive.ca/52.60.155.238:443 with timeout 0 14:10:22.017 [TaskManager-0] DEBUG o.a.h.c.s.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2] I've tried to create a new lof4j.properties file and place it in the userlib folder and in the root folder of the application. Without results so far...content of the log4j file is log4j.rootLogger=INFO log4j.logger.org.apache.http.wire=INFO   log4j.logger.org.apache.http.wire=ERROR
asked
1 answers
0

Don't know if it helps, but have you seen this: https://forum.mendix.com/link/questions/88798 are you using the  "Kerberos Single Sign On" Module?

answered