Re: Log4j2 doesn't work with Google AppEngine

2015-06-15 Thread Lukasz Lenart
2015-06-15 9:30 GMT+02:00 Johannes Geppert : > Great news! :-) > > Do you know what exactly the problem and solution was? Changes in code ;-) https://github.com/apache/logging-log4j2/commit/1ab494651e3ebcaa292fd1ac395054043f69837a https://github.com/apache/logging-log4j2/commit/4fba3c46052ba79bbf

Re: Log4j2 doesn't work with Google AppEngine

2015-06-15 Thread Johannes Geppert
Great news! :-) Do you know what exactly the problem and solution was? # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2015-06-15 9:03 GMT+02:00 Lukasz Lenart : > Not an issue anymore, I was able to resolve all the problems with

Re: Log4j2 doesn't work with Google AppEngine

2015-06-15 Thread Lukasz Lenart
Not an issue anymore, I was able to resolve all the problems with Gary's help and now Log4j2 works without any problems on Google AppEngine - they must just release 2.4 version as all changes are in the master branch ;-) Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-06-15 8:

Re: Log4j2 doesn't work with Google AppEngine

2015-06-14 Thread Johannes Geppert
If we don't get it running with log4j2 on appengine then another option is maybe to not use log4j2 core in the appengine application. The users could use slf4j together with a log4j2 -> slf4j bridge. http://logging.apache.org/log4j/log4j-2.1/log4j-to-slf4j/index.html Johannes

Re: Log4j2 doesn't work with Google AppEngine

2015-05-29 Thread Lukasz Lenart
Nope, it didn't help 2015-05-29 12:25 GMT+02:00 Lukasz Lenart : > 2015-05-29 11:34 GMT+02:00 Johannes Geppert : >> According to Stackoverflow [1] you need to disable > name="log4j2.disable.jmx" value="true" /> in appengine-web.xml. >> Also it should be already solved in log4j2 beta. >> >> [1] >> h

Re: Log4j2 doesn't work with Google AppEngine

2015-05-29 Thread Lukasz Lenart
2015-05-29 11:34 GMT+02:00 Johannes Geppert : > According to Stackoverflow [1] you need to disable name="log4j2.disable.jmx" value="true" /> in appengine-web.xml. > Also it should be already solved in log4j2 beta. > > [1] > http://stackoverflow.com/questions/16979283/problems-with-using-log4j-2-in

Re: Log4j2 doesn't work with Google AppEngine

2015-05-29 Thread Johannes Geppert
According to Stackoverflow [1] you need to disable in appengine-web.xml. Also it should be already solved in log4j2 beta. [1] http://stackoverflow.com/questions/16979283/problems-with-using-log4j-2-in-gae # web: http://www.jgeppert.com twitter: htt