feat: debug log joj3 summary
This commit is contained in:
parent
371a17955a
commit
b69c42debc
|
@ -233,7 +233,9 @@ class DiffConfig(BaseModel):
|
|||
|
||||
|
||||
class MsgConfig(BaseModel):
|
||||
filename: str = "stdout"
|
||||
msg: str = ""
|
||||
level: int = 0
|
||||
|
||||
|
||||
class ScoreConfig(BaseModel):
|
||||
|
|
|
@ -77,7 +77,9 @@ def get_teapot_post_stage(
|
|||
),
|
||||
),
|
||||
parsers=[
|
||||
result.Parser(name="log", with_=result.MsgConfig(msg="joj3 summary")),
|
||||
result.Parser(
|
||||
name="log", with_=result.MsgConfig(msg="joj3 summary", level=-4)
|
||||
),
|
||||
result.Parser(name="debug"),
|
||||
],
|
||||
)
|
||||
|
|
|
@ -948,7 +948,9 @@
|
|||
{
|
||||
"name": "log",
|
||||
"with": {
|
||||
"msg": "joj3 summary"
|
||||
"filename": "stdout",
|
||||
"msg": "joj3 summary",
|
||||
"level": -4
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -165,7 +165,9 @@
|
|||
{
|
||||
"name": "log",
|
||||
"with": {
|
||||
"msg": "joj3 summary"
|
||||
"filename": "stdout",
|
||||
"msg": "joj3 summary",
|
||||
"level": -4
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -502,7 +502,9 @@
|
|||
{
|
||||
"name": "log",
|
||||
"with": {
|
||||
"msg": "joj3 summary"
|
||||
"filename": "stdout",
|
||||
"msg": "joj3 summary",
|
||||
"level": -4
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user