| # Set the default log level to TRACE to see everything | |
| org.slf4j.simpleLogger.defaultLogLevel = trace | |
| # Show thread names | |
| org.slf4j.simpleLogger.showThreadName = true | |
| # Show date and time | |
| org.slf4j.simpleLogger.showDateTime = true | |
| org.slf4j.simpleLogger.dateTimeFormat = yyyy-MM-dd HH:mm:ss:SSS Z |