@@ -368,8 +368,10 @@ impl TracingBuilder<builder_state::PreServiceName> {
368
368
369
369
impl TracingBuilder < builder_state:: Config > {
370
370
/// Enable the console output tracing subscriber and set the default
371
- /// [`LevelFilter`] which is overridable through the given environment
371
+ /// [`LevelFilter`][1] which is overridable through the given environment
372
372
/// variable.
373
+ ///
374
+ /// [1]: tracing_subscriber::filter::LevelFilter
373
375
pub fn with_console_output (
374
376
self ,
375
377
console_log_settings : ConsoleLogSettings ,
@@ -383,11 +385,13 @@ impl TracingBuilder<builder_state::Config> {
383
385
}
384
386
}
385
387
386
- /// Enable the OTLP logging subscriber and set the default [`LevelFilter`]
388
+ /// Enable the OTLP logging subscriber and set the default [`LevelFilter`][1]
387
389
/// which is overridable through the given environment variable.
388
390
///
389
391
/// You can configure the OTLP log exports through the variables defined
390
392
/// in the opentelemetry crates. See [`Tracing`].
393
+ ///
394
+ /// [1]: tracing_subscriber::filter::LevelFilter
391
395
pub fn with_otlp_log_exporter (
392
396
self ,
393
397
otlp_log_settings : OtlpLogSettings ,
@@ -401,11 +405,13 @@ impl TracingBuilder<builder_state::Config> {
401
405
}
402
406
}
403
407
404
- /// Enable the OTLP tracing subscriber and set the default [`LevelFilter`]
408
+ /// Enable the OTLP tracing subscriber and set the default [`LevelFilter`][1]
405
409
/// which is overridable through the given environment variable.
406
410
///
407
411
/// You can configure the OTLP trace exports through the variables defined
408
412
/// in the opentelemetry crates. See [`Tracing`].
413
+ ///
414
+ /// [1]: tracing_subscriber::filter::LevelFilter
409
415
pub fn with_otlp_trace_exporter (
410
416
self ,
411
417
otlp_trace_settings : OtlpTraceSettings ,
0 commit comments