Fix logging color on a dark/clear background

This commit is contained in:
Syer10
2021-08-08 23:23:46 -04:00
parent c0b9079be0
commit bf6a7fa999

View File

@@ -26,7 +26,7 @@ const val consolePattern =
'$' + '$' +
"{LOG_LEVEL_PATTERN:-%p}/%c{1}: %m%n" + "{LOG_LEVEL_PATTERN:-%p}/%c{1}: %m%n" +
'$' + '$' +
"{LOG_EXCEPTION_CONVERSION_WORD:-%xEx}}{FATAL=red blink, ERROR=red, WARN=yellow bold, INFO=black, DEBUG=black, TRACE=black}" "{LOG_EXCEPTION_CONVERSION_WORD:-%xEx}}{FATAL=red blink, ERROR=red, WARN=yellow bold, INFO=normal, DEBUG=normal, TRACE=normal}"
const val filePattern = const val filePattern =
"%d{" + "%d{" +
'$' + '$' +