add (now commented) line to init env_logger
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user