tlog: update tlog

This commit is contained in:
Nick Peng
2023-12-11 22:52:27 +08:00
parent 577fc35827
commit 43b5d6a63d

View File

@@ -1168,7 +1168,7 @@ static int _tlog_write_screen(struct tlog_log *log, struct tlog_loginfo *info, c
const char *color = NULL;
switch (info->level) {
case TLOG_DEBUG:
color = "\033[0;90m";
color = "\033[0;94m";
break;
case TLOG_NOTICE:
color = "\033[0;97m";