mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04: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.level = LogLevel::Trace;
|
||||
}
|
||||
#[cfg(feature = "opentelemetry-otlp")]
|
||||
if args.otlp.is_some() {
|
||||
println!("Enabling OTLP tracing");
|
||||
settingsrw.logging.otlp.enabled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user