Hi, I'm new to App Engine development, and am a bit confused by the
logging configuration files that the Google Eclipse project produces
in a new web application project.

When you create a new web app project, the new project includes two
logging configuration files:

<project>/src/log4j.properties
<project>/war/WEB-INF/logging.properties

I understand that the first is for log4j and the second for
java.util.logging but I'm not sure why one would need both and how
each affect logging determinations. If I make changes to one should I
make changes to another? Is there a safe way to delete one and simply
use the other? If so which one is the keeper?

Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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