Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. log4j.logger.com.my.package=INFO
  2.  
  3. log4j.rootLogger=ERROR, stdout
  4.  
  5. # Print only messages of level WARN or above in the package com.foo.
  6. log4j.logger.com.foo=WARN
  7.  
  8. log4j.rootLogger=INFO, stdout
  9.  
  10. # Disables logger for all org.* packages
  11. log4j.logger.org=OFF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement