This commit is contained in:
ntr
2019-05-25 16:36:57 +10:00
parent fac3defcf6
commit b33f955a0f
+1 -1
View File
@@ -51,7 +51,7 @@ fn setup_logger() -> Result<(), fern::InitError> {
.level_for("tungstenite", log::LevelFilter::Info)
.level(log::LevelFilter::Debug)
.chain(std::io::stdout())
.chain(fern::log_file("log/constructs.log")?)
.chain(fern::log_file("log/mnml.log")?)
.apply()?;
Ok(())
}