Make jul.properties only configure Smack's namespace

Fixes SMACK-535
This commit is contained in:
Florian Schmaus 2014-03-11 18:38:08 +01:00
parent d8a8f79701
commit d655e130ca
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# Java Util Logging configuration for Smack.
handlers = java.util.logging.ConsoleHandler
.level = WARNING
# Sample Java Util Logging configuration for Smack.
org.jivesoftware.smack.level = WARNING
org.jivesoftware.smackx.level = WARNING