fix: make the color of the logger more highlighted

This commit is contained in:
iChengbo 2023-09-25 15:02:37 +08:00 committed by 刘菊萍(絮黎)
parent 3658bac27f
commit 7a40aff277

View File

@ -52,11 +52,11 @@ const bizNameColors = [
'#2e8b57',
];
const bodyColors: Record<string, string> = {
debug: '#666666',
log: '#bbbbbb',
info: '#ffffff',
warn: '#bbbbbb',
error: '#bbbbbb',
debug: '#fadb14',
log: '#8c8c8c',
info: '#52c41a',
warn: '#fa8c16',
error: '#ff4d4f',
};
const levelMarks: Record<string, string> = {
debug: 'debug',