did you use this?

my.package.PrintServlet.level=INFO


On Fri, Oct 22, 2010 at 1:34 PM, megaswin <maxim.tru...@gmail.com> wrote:

> Hi guys.
>
> Am I rigtht in thinking that what I need to do for loging with INFO
> level is just change .level param to INFO in logging.properties file?
> And then I can write something like
> ...
> private static final Logger log =
> Logger.getLogger(PrintServlet.class.getName());
> ...
> log.info("An informational message.");
>
> But it doesn't work for me. Only WARN, ERROR levels are shown in the
> logs. So, did I forget something?
>
> Thanks,
> Maxim
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to