diff --git a/sparse-c2/sparse-c2-beacon/src/main.rs b/sparse-c2/sparse-c2-beacon/src/main.rs index fc3ce05..d18714c 100644 --- a/sparse-c2/sparse-c2-beacon/src/main.rs +++ b/sparse-c2/sparse-c2-beacon/src/main.rs @@ -382,8 +382,8 @@ async fn use_socket(conf: BeaconOptions, mut socket_handle: TcpSocketHandle) { #[tokio::main] async fn main() -> anyhow::Result<()> { simple_logger::SimpleLogger::new() - .with_level(log::LevelFilter::Log) - .with_module_level("tcp_test", log::LevelFilter::Log) + .with_level(log::LevelFilter::Info) + .with_module_level("tcp_test", log::LevelFilter::Info) .init()?; let conf_raw = catconf::read_from_exe(sparse_c2_messages::CONF_SEPARATOR, 4096)?;