update parsing
This commit is contained in:
parent
0018b27209
commit
09656807fa
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@ pub enum Level {
|
||||||
Debug,
|
Debug,
|
||||||
#[serde(rename = "INFO")]
|
#[serde(rename = "INFO")]
|
||||||
Info,
|
Info,
|
||||||
#[serde(rename = "Warn")]
|
#[serde(rename = "WARN")]
|
||||||
Warn,
|
Warn,
|
||||||
#[serde(rename = "Error")]
|
#[serde(rename = "ERROR")]
|
||||||
Error,
|
Error,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue