less chatty logging
This commit is contained in:
parent
696246af7f
commit
5c7e8f47a8
@ -136,6 +136,13 @@ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
return debug_verbose_not(not, f);
|
||||
}
|
||||
}
|
||||
Event::Task(Task::Respond(resp)) => {
|
||||
return f
|
||||
.debug_struct("RawResponse")
|
||||
.field("id", &resp.id)
|
||||
.field("error", &resp.error)
|
||||
.finish();
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
match self {
|
||||
|
Loading…
Reference in New Issue
Block a user