Skip to content

Commit

Permalink
removing some more tracing noise
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Feb 16, 2024
1 parent 6c1fb51 commit 36b9089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastn-core/src/sitemap/dynamic_urls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl DynamicUrls {
false
}

#[tracing::instrument(name = "dynamic-urls-resolve-document")]
#[tracing::instrument(name = "dynamic-urls-resolve-document", skip(self))]
pub fn resolve_document<'a>(&'a self, path: &str) -> fastn_core::Result<ResolveDocOutput> {
fn resolve_in_toc(
toc: &fastn_core::sitemap::toc::TocItem,
Expand Down

0 comments on commit 36b9089

Please sign in to comment.