[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-12 Thread Daniel
working!!! finally this is the needed line : dr.level = INFO upper level of my packages... + "dot" + "level" this is the line: dr.level = INFO On Jun 11, 9:47 pm, Daniel wrote: > Thanks alot anyway, > > adn yes > > my appengine-web.xml is set up correctly, > > anotehr weird thi

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-11 Thread Daniel
Thanks alot anyway, adn yes my appengine-web.xml is set up correctly, anotehr weird thing is , event when i set up # Set the default logging level for all loggers to WARNING .level = FINE and i'm getting tons of jetty logs from FINE level... even than I'm not getting any of my logs lower than

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-11 Thread Ian Marshall
Sorry that it's not working for you. I use NetBeans for my IDE, so I trust that someone else reading this who uses Eclipse can help you better than me. (Am I correct to presume that the relevant setting in your "appengine- web.xml" points to the correct "logging.properties" file and location?)

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-11 Thread Daniel
I did as you said in 1 --> did nothing after I did as you said in 2 --> the logs started to appear in my development eclipse console (*which is really great! , thx , although only warning and above logs :() did as you said in 3, but did not helped :( i tired this .level = WARNING dr.todo.beans

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-11 Thread Daniel
I did as you said in 1 --> did nothing after I did as you said in 2 --> the logs started to appear in my development eclipse console (*which is really great! , thx , although only warning and above logs :() did as you said in 3, but did not helped :( i tired this .level = WARNING dr.todo.beans

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-10 Thread Ian Marshall
1. Have a look at http://groups.google.com/group/google-appengine-java/browse_thread/thread/7df3660dcb243c33/5d2fb7b4d89a23ea?hl=en&lnk=gst&q=Logging+Ian+Marshall#5d2fb7b4d89a23ea for a hint about your "appengine-web.xml" file. 2. I place my "logging.properties" file in /WEB-INF/classes Why

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-10 Thread Daniel
this is the content of the logging.properties file (I have never touched it) # A default java.util.logging configuration. # (All App Engine logging is through java.util.logging by default). # # To use this configuration, copy it into your application's WEB-INF # folder and add the following to you

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-09 Thread Ian Marshall
Hi, A few trouble-shooting questions: · What's in your "logging.properties" file? · Where is this file? Has it moved recently? Have you more than one copy of this file? · Do you use java.util.logging.Logger or something else like Log4J? On Jun 8, 2:00 pm, Daniel wrote: > Hi > > I alwa

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-09 Thread Ian Marshall
Hi, A few trouble-shooting questions: · What's in your "logging.properties" file? · Where is this file? Has it moved recently? Have you more than one copy of this file? On Jun 8, 2:00 pm, Daniel wrote: > Hi > > I always was writing the info messages to the log (like described in > here :