log file
This commit is contained in:
parent
fac3defcf6
commit
b33f955a0f
@ -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(())
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user