loggin update

This commit is contained in:
2026-05-02 18:55:37 +07:00
parent ebb123f4ea
commit 738fa8ca9b
18 changed files with 417 additions and 137 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ struct Args {
}
fn main() {
Logger::init("./logs".into());
Logger::init("./logs".into(), true);
Logger::global().set_level("info");
let args = Args::parse();
let net = Network::new(args.host, args.port);