mirror of https://github.com/mthenw/frontail.git
Basic Python logging preset (#140)
parent
7e7f8e59e8
commit
6e758d8e34
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"words": {
|
||||
"TODO": "color: purple"
|
||||
},
|
||||
"lines": {
|
||||
"CRITICAL": "color: Red; font-weight: bold",
|
||||
"ERROR": "color: Crimson; font-weight: bold",
|
||||
"WARN": "color: Orange; font-style: italic",
|
||||
"INFO": "color: DeepSkyBlue;",
|
||||
"DEBUG": "color: LightGrey;"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue