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 1.2 KiB

123456789101112131415161718192021222324252627282930313233
  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=%m%n
  5. log4j.appender.Console.layout.ConversionPattern=(%-35c{2} %-4L) %m%n
  6. # Uncomment to debug all
  7. log4j.category.xdoclet=DEBUG
  8. # Uncomment to debug all Ejb Module tasks only
  9. #log4j.category.xdoclet.modules.ejb=DEBUG
  10. # Uncomment to debug the class SubTask only
  11. #log4j.category.xdoclet.SubTask=DEBUG
  12. #log4j.category.xdoclet.TemplateSubTask=DEBUG
  13. #log4j.category.xdoclet.template.TemplateEngine=DEBUG
  14. # Uncomment to debug the execute() method of SubTask only
  15. #log4j.category.xdoclet.SubTask.execute=DEBUG
  16. # Uncomment this line if you want to see stack traces
  17. # Please always do so when you want to report a bug
  18. #log4j.category.xdoclet.DocletTask=DEBUG
  19. #log4j.category.xdoclet.XDocletMain=DEBUG
  20. # Uncomment to debug the ModuleFinder
  21. #log4j.category.xdoclet.loader.ModuleFinder.findModules=DEBUG
  22. # Uncomment to debug the MethodTagsHandler
  23. #log4j.category.xdoclet.tagshandler.MethodTagsHandler=DEBUG
  24. # Uncomment to debug the GenerationManager
  25. #log4j.category.xdoclet.GenerationManager.generation=DEBUG