You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

log4j.properties 893 B

1234567891011121314151617181920212223
  1. log4j.rootCategory=INFO, Console
  2. log4j.appender.Console=org.apache.log4j.ConsoleAppender
  3. log4j.appender.Console.layout=org.apache.log4j.PatternLayout
  4. log4j.appender.Console.layout.ConversionPattern=(%-35c{2} %-4L) %m%n
  5. # Uncomment to debug all
  6. #log4j.category.xdoclet=DEBUG
  7. # Example: Uncomment to debug all EJB Tasks only
  8. #log4j.category.xdoclet.ejb=DEBUG
  9. # Example: Uncomment to debug the class SubTask only
  10. #log4j.category.xdoclet.SubTask=DEBUG
  11. #log4j.category.xdoclet.ejb.tags.RelationTagsHandler=DEBUG
  12. #log4j.category.xdoclet.ejb.tags.MethodTagsHandler=DEBUG
  13. # Example: Uncomment to debug the tokenizeValue() method of SubTask only
  14. #log4j.category.xdoclet.SubTask.tokenizeValue=DEBUG
  15. # Uncomment this line if you want to see stack traces
  16. # Please always do so when you want to report a bug
  17. #log4j.category.xdoclet.DocletTask=DEBUG
  18. #log4j.category.xdoclet.DocletTask$DocletMain=DEBUG