some more cleaning up
This commit is contained in:
@ -8,7 +8,6 @@ pub fn setup_logger() -> Result<(), fern::InitError> {
|
||||
}
|
||||
let mut path_buf = PathBuf::from(LOG_FOLDER);
|
||||
path_buf.push("output.log");
|
||||
println!("{:?}", path_buf);
|
||||
fern::Dispatch::new()
|
||||
.format(move |out, message, record| {
|
||||
out.finish(format_args!(
|
||||
|
Reference in New Issue
Block a user