RV: Flush in RollingRandomAccessFile

2018-09-28 Thread Joan Balagueró - ventusproxy
de septiembre de 2018 18:41 Para: Log4J Users List Asunto: Re: Flush in RollingRandomAccessFile 1. The relevant appenders are listed below? If so, they are stopping correctly. Are they asynchronous? Can you provide the log4j2.xml? 2. I think the failure to shutdown the thread has been reported

Re: Flush in RollingRandomAccessFile

2018-09-28 Thread Ralph Goers
a:748) > 28-Sep-2018 18:14:37.025 INFORMACIÓN [main] > org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler > ["http-nio-80"] > 28-Sep-2018 18:14:37.055 INFORMACIÓN [main] > org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler > ["http-nio-80"] > > Tha

RE: Flush in RollingRandomAccessFile

2018-09-28 Thread Joan Balagueró - ventusproxy
: Ralph Goers [mailto:ralph.go...@dslextreme.com] Enviado el: viernes, 28 de septiembre de 2018 18:00 Para: Log4J Users List Asunto: Re: Flush in RollingRandomAccessFile That all sounds correct to me. I would suggest you add status=“DEBUG” to the configuration element in your log4j2.xml and see what h

Re: Flush in RollingRandomAccessFile

2018-09-28 Thread Ralph Goers
..@ventusproxy.com] > Enviado el: jueves, 27 de septiembre de 2018 18:20 > Para: 'Log4J Users List' > Asunto: RE: Flush in RollingRandomAccessFile > > It seems my web.xml is ok. It's a servlet 3.1 with tomcat 8.5.32. I only have > this context parameter, necessary fo

RE: Flush in RollingRandomAccessFile

2018-09-28 Thread Joan Balagueró - ventusproxy
...@ventusproxy.com] Enviado el: jueves, 27 de septiembre de 2018 18:20 Para: 'Log4J Users List' Asunto: RE: Flush in RollingRandomAccessFile It seems my web.xml is ok. It's a servlet 3.1 with tomcat 8.5.32. I only have this context parameter, necessary for a correct log4j startup: http://xmlns.jcp.org/xml/ns

RE: Flush in RollingRandomAccessFile

2018-09-27 Thread Joan Balagueró - ventusproxy
al- De: Ralph Goers [mailto:ralph.go...@dslextreme.com] Enviado el: jueves, 27 de septiembre de 2018 18:05 Para: Log4J Users List Asunto: Re: Flush in RollingRandomAccessFile That depends on what servlet version you are using. Take a look at http://logging.apache.org/log4j/2.x/ma

Re: Flush in RollingRandomAccessFile

2018-09-27 Thread Ralph Goers
gt; Enviado el: jueves, 27 de septiembre de 2018 17:33 > Para: Log4J Users List > Asunto: Re: Flush in RollingRandomAccessFile > > Are you using the log4j-web jar? It is supposed to handle this. > > Ralph > >> On Sep 27, 2018, at 8:14 AM, Joan Balagueró - ventusp

RE: Flush in RollingRandomAccessFile

2018-09-27 Thread Joan Balagueró - ventusproxy
2018 17:33 Para: Log4J Users List Asunto: Re: Flush in RollingRandomAccessFile Are you using the log4j-web jar? It is supposed to handle this. Ralph > On Sep 27, 2018, at 8:14 AM, Joan Balagueró - ventusproxy > wrote: > > Hello, > > > > After sending thousands of

RE: Flush in RollingRandomAccessFile

2018-09-27 Thread Joan Balagueró - ventusproxy
No, I was not using it ... I'll try now, thanks! Joan. -Mensaje original- De: Ralph Goers [mailto:ralph.go...@dslextreme.com] Enviado el: jueves, 27 de septiembre de 2018 17:33 Para: Log4J Users List Asunto: Re: Flush in RollingRandomAccessFile Are you using the log4j-web jar

Re: Flush in RollingRandomAccessFile

2018-09-27 Thread Ralph Goers
Are you using the log4j-web jar? It is supposed to handle this. Ralph > On Sep 27, 2018, at 8:14 AM, Joan Balagueró - ventusproxy > wrote: > > Hello, > > > > After sending thousands of requests to our app, we stop the sender and the > log file appears like below: > > > >

Flush in RollingRandomAccessFile

2018-09-27 Thread Joan Balagueró - ventusproxy
Hello, After sending thousands of requests to our app, we stop the sender and the log file appears like below: 1,54.38.179.175,2018-09-27 16:55:51.618,A,13,A,39,A,72,A,120,N,,54.38.179.182:8080,g,8457,403,683,58,ok ,2018-09-27 16:55:51.677 1,54.38.179.17 Now we stop tomcat (when our