Hello, in my quest for why I don't have a pebble.log file I decided after several days of Googling and reading commons-logging and log4j doco and giving up I decided to remove the log4j.properties file from WEB-INF/classes and restarting tomcat.
The tomcat catalina.out is the only logging found when pebble runs and from the limited output in the catalina.out I see no difference or any complaints from the deployment of pebble with or without a log4j.properties. Anyone have any ideas of where if any logging properties for either commons-logging or log4j are performed in pebble? LogFactory.java has this reference: public static final String FACTORY_PROPERTIES ="commons-logging.properties"; // AFAIK not referenced anywhere in pebble. The pebble test stuff: test/resources/log4j.properties has what looks to be a Console only reference but from what I see is not referenced in any of the pebble tests. I have cloned all new instances of pebble master from github and running mvn package with the same outcome of the catalina.out logging displays only at level INFO or WARN for everything when something is logged. Howto run level DEBUG in pebble? I have attached my Intellij to a running instance of tomcat via: catalina jpda start and I at various breakpoints referencing log.debug the statement is clearly executed w/o exceptions but no output anywhere. Any diagnostics or suggestions very much welcomed. Please advise, David. ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ Pebble-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pebble-user
