mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: config test log
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user