Skip to content

Commit

Permalink
Merge #1669
Browse files Browse the repository at this point in the history
1669: chore(test): Allow CI debug logs r=u2,zhangsoledad a=keroro520

The number of logs is acceptable after #1474. 

Co-authored-by: keroro520 <keroroxx520@gmail.com>
  • Loading branch information
bors[bot] and keroro520 committed Oct 10, 2019
2 parents 186539b + d6aa09a commit b1c0173
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,11 +461,6 @@ impl Node {
message: Default::default(),
});

if ::std::env::var("CI").is_ok() {
ckb_config.logger.filter =
Some(::std::env::var("CKB_LOG").unwrap_or_else(|_| "info".to_string()));
}

modify_ckb_config(&mut ckb_config);
fs::write(
&ckb_config_path,
Expand Down

0 comments on commit b1c0173

Please sign in to comment.