Adjusted the logging level for the CLI implemtnation.

This commit is contained in:
Jonathan Bernard 2016-03-16 02:16:19 -05:00
parent 26922edd12
commit dbc62bf5c1

View File

@ -16,4 +16,4 @@ appender("FILE", FileAppender) {
}
root(OFF)
logger("com.jdbernard.wdiwtlt", DEBUG, ["FILE"])
logger("com.jdbernard.wdiwtlt", WARN, ["FILE"])