mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-22 00:47:28 -06:00
fix async-std build
This commit is contained in:
parent
052a703e9c
commit
1c8a76b0a4
@ -199,6 +199,7 @@ fn main() -> EyreResult<()> {
|
|||||||
settingsrw.logging.terminal.enabled = true;
|
settingsrw.logging.terminal.enabled = true;
|
||||||
settingsrw.logging.terminal.level = LogLevel::Trace;
|
settingsrw.logging.terminal.level = LogLevel::Trace;
|
||||||
}
|
}
|
||||||
|
#[cfg(feature = "opentelemetry-otlp")]
|
||||||
if args.otlp.is_some() {
|
if args.otlp.is_some() {
|
||||||
println!("Enabling OTLP tracing");
|
println!("Enabling OTLP tracing");
|
||||||
settingsrw.logging.otlp.enabled = true;
|
settingsrw.logging.otlp.enabled = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user