fix: set tracing instrumentation level to Error
This commit is contained in:
parent
8ecf2e61cc
commit
1bd49fc53d
16 changed files with 35 additions and 35 deletions
|
|
@ -126,7 +126,7 @@ impl RustyPipeQuery {
|
|||
}
|
||||
|
||||
/// Get YouTube Music search suggestions
|
||||
#[tracing::instrument(skip(self))]
|
||||
#[tracing::instrument(skip(self), level = "error")]
|
||||
pub async fn music_search_suggestion<S: AsRef<str> + Debug>(
|
||||
&self,
|
||||
query: S,
|
||||
|
|
|
|||
Reference in a new issue