diff --git a/proxy/src/bin/proxy.rs b/proxy/src/bin/proxy.rs index 7df320fd42..0c8cbacf6f 100644 --- a/proxy/src/bin/proxy.rs +++ b/proxy/src/bin/proxy.rs @@ -428,6 +428,12 @@ async fn main() -> anyhow::Result<()> { } } + maintenance_tasks.spawn(async { + loop { + info!("I am writing really a lot of logs here!!!!!"); + } + }); + let maintenance = loop { // get one complete task match futures::future::select(