# Default logging detail level for all instances of SimpleLogger. Must be one of ("trace", "debug", "info", "warn", or "error"). org.slf4j.simpleLogger.defaultLogLevel=info # Set to true if you want the current date and time to be included in output messages. org.slf4j.simpleLogger.showDateTime=true # The date and time format to be used in the output messages. The pattern describing the date and time format is the same that is used in java.text.SimpleDateFormat. If the format is not specified or is invalid, will output the number of milliseconds elapsed since startup. org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd'T'HH:mm:ss.SSS # Set to true if you want to output the current thread name. org.slf4j.simpleLogger.showThreadName=false # Set to true if you want the Logger instance name to be included in output messages. org.slf4j.simpleLogger.showLogName=true # Set to true if you want the last component of the name to be included in output messages. org.slf4j.simpleLogger.showShortLogName=true org.slf4j.simpleLogger.levelInBrackets=true org.slf4j.simpleLogger.logFile=System.out