Skip to content

Commit

Permalink
Update server/main-api/src/search/search_executor/query.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jul 2, 2024
1 parent 595c4d6 commit ee602c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main-api/src/search/search_executor/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl From<(&ParsedQuery, &Limits, &Highlighting)> for GeoEntryQuery {
}

impl GeoEntryQuery {
#[tracing::instrument]
#[tracing::instrument(ret(level = tracing::Level::TRACE))]
pub async fn execute(self) -> Result<MultiSearchResponse<MSHit>, Error> {
let q_default = self.prompt_for_querying();
let ms_url =
Expand Down

0 comments on commit ee602c1

Please sign in to comment.