Hi all,

I'm experiencing a problem checking the logs of my app in
AdminConsole.

I've got a very long task started as a cron job with a task queue.
It produces a very long log, composed by hundreds of message.

But suddenly the log is cut in the middle of an action.

I'm totally sure that there has been no errors or exceptions in the
meanwhile, and more-over the log prints "flush" as log status (instead
of the usual 200). I'm sure that the servlet subject of this log
correclty finished its work because I can actually see the results in
the datastore.

I'm using java.util.logging at the moment.

So, my question is: is there any property that I need to place in my
logging.properties file?

My config file "logging.properties" looks like this:
########################################################################
# Set the default logging level for all loggers to INFO
.level = FINE

# Limit the message that are printed on the console to INFO and above.
java.util.logging.ConsoleHandler.level = FINE
java.util.logging.ConsoleHandler.formatter =
java.util.logging.SimpleFormatter
########################################################################

Any hint about this?

Thank you very much!!

Bye cghersi

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

Reply via email to