Turn logging off by default (ClientConfig)

Logging is still enabled through the client.properties however, where
console logging is set to FINER.
This commit is contained in:
2020-07-17 00:29:48 +02:00
parent 018fd7a7e1
commit b5042b2a1f
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
server=localhost
port=8080
localDB=.\\localDB
localDB=localDB
consoleLevelBarrier=FINER