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 47ab5d1e0c
commit 698e260746
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