Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
Crispy13 committed Feb 3, 2024
1 parent a29a32b commit 8fa1a5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ plot1.png
*.json
hg38_fusion_csv_list.txt
hg19_fusion_csv_list.txt
genefuse.gz
genefuse
10 changes: 5 additions & 5 deletions src/utils/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ pub(crate) fn init_logger() -> log4rs::Handle {
)))
.build();

let file_appender = FileAppender::builder()
.encoder(pattern_encoder)
.append(false)
.build("debug.log")
.unwrap();
// let file_appender = FileAppender::builder()
// .encoder(pattern_encoder)
// .append(false)
// .build("debug.log")
// .unwrap();

let config = Config::builder()
// .appender(Appender::builder().build("file", Box::new(file_appender)))
Expand Down

0 comments on commit 8fa1a5a

Please sign in to comment.