mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-02-23 15:49:54 +01:00
Remove tracing_appender as it does not support build target mipsel-unknown-linux-gnu
This commit is contained in:
@@ -47,7 +47,7 @@ impl World for HelloServer {
|
||||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
let flags = Flags::parse();
|
||||
let _uninstall = init_tracing("Tarpc Example Server")?;
|
||||
init_tracing("Tarpc Example Server")?;
|
||||
|
||||
let server_addr = (IpAddr::V6(Ipv6Addr::LOCALHOST), flags.port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user