log vls messages

This commit is contained in:
irriden
2023-08-23 17:06:16 +00:00
parent 188445f1be
commit 0f7e4473e8

View File

@@ -187,7 +187,7 @@ fn make_and_launch_client(
// let mqtt_client = conn::mqtt::start_listening(mqtt, connection, tx)?; // let mqtt_client = conn::mqtt::start_listening(mqtt, connection, tx)?;
// this blocks forever... the "main thread" // this blocks forever... the "main thread"
let do_log = false; let do_log = true;
log::info!("Network set to {:?}", network); log::info!("Network set to {:?}", network);
log::info!(">>>>>>>>>>> blocking forever..."); log::info!(">>>>>>>>>>> blocking forever...");
log::info!("{:?}", config); log::info!("{:?}", config);