Skip to content

Commit

Permalink
Cleanup in logging initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
kkafar committed Oct 9, 2023
1 parent 77dcebc commit 55fa7f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/jssp/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pub fn init_logging(log_files: &HashMap<String, PathBuf>) -> Result<log4rs::Hand
.build(log::LevelFilter::Trace),
)
.unwrap();
// .appender(FileAppender::builder().encoder(Box::new(PatternEncoder::new(&csv_log_pattern))).build("log.txt"))

log4rs::init_config(config)
}

0 comments on commit 55fa7f7

Please sign in to comment.