-
Notifications
You must be signed in to change notification settings - Fork 6
Logging
Markus Enax edited this page Mar 14, 2021
·
1 revision
Logging is done via slf4j
. Log level configuration can be changed either via Java command line property
-Dorg.slf4j.simpleLogger.defaultLogLevel=error
or via the simplelogger.properties
file:
org.slf4j.simpleLogger.defaultLogLevel=error