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', '#2e8b57',
]; ];
const bodyColors: Record<string, string> = { const bodyColors: Record<string, string> = {
debug: '#666666', debug: '#fadb14',
log: '#bbbbbb', log: '#8c8c8c',
info: '#ffffff', info: '#52c41a',
warn: '#bbbbbb', warn: '#fa8c16',
error: '#bbbbbb', error: '#ff4d4f',
}; };
const levelMarks: Record<string, string> = { const levelMarks: Record<string, string> = {
debug: 'debug', debug: 'debug',