chore: config test log

This commit is contained in:
appflowy
2022-04-12 11:13:35 +08:00
parent a049034110
commit f4b206d196
23 changed files with 158 additions and 117 deletions

View File

@ -94,7 +94,7 @@ mod tests {
say("hello world");
}
#[tracing::instrument(name = "say")]
#[tracing::instrument(level = "trace", name = "say")]
fn say(s: &str) {
tracing::info!("{}", s);
}