aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r--components/servo/lib.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs
index d400dc64a9a..74441979658 100644
--- a/components/servo/lib.rs
+++ b/components/servo/lib.rs
@@ -226,7 +226,11 @@ where
{
#[cfg_attr(
feature = "tracing",
- tracing::instrument(skip(embedder, window), fields(servo_profiling = true))
+ tracing::instrument(
+ skip(embedder, window),
+ fields(servo_profiling = true),
+ level = "trace",
+ )
)]
#[allow(clippy::new_ret_no_self)]
pub fn new(