Skip to content

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
Clone this wiki locally