add (now commented) line to init env_logger

This commit is contained in:
2026-01-18 10:07:28 -05:00
parent 9978acf16d
commit 001dd5269c

View File

@@ -28,6 +28,7 @@ use serde::{Deserialize, Serialize};
#[tokio::main] #[tokio::main]
async fn main() { async fn main() {
// env_logger::init();
let firewall = harmony::topology::LogicalHost { let firewall = harmony::topology::LogicalHost {
ip: ip!("192.168.40.1"), ip: ip!("192.168.40.1"),
name: String::from("fw0"), // settings -> general -> hostname on the opnsense firewall name: String::from("fw0"), // settings -> general -> hostname on the opnsense firewall