Do not trace in tests
This commit is contained in:
parent
9bdb27f62e
commit
388d160a74
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ fn restore_all<T: AsRef<Path>>(repository_path: T) -> Result<Vec<Box<Path>>> {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn setup_logger() {
|
fn setup_logger() {
|
||||||
femme::with_level(log::LevelFilter::Trace);
|
femme::with_level(log::LevelFilter::Info);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn file_id(i: usize, j: usize) -> String {
|
fn file_id(i: usize, j: usize) -> String {
|
||||||
|
|
Loading…
Reference in a new issue