mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
fix: make the color of the logger more highlighted
This commit is contained in:
parent
3658bac27f
commit
7a40aff277
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user