fix: temporary disable diff and add more log lines info

This commit is contained in:
Pierre Mavro
2021-06-21 18:23:24 +02:00
committed by Pierre Mavro
parent 4149089a09
commit a65ede93c7
6 changed files with 27 additions and 30 deletions

3
Cargo.lock generated
View File

@@ -2096,6 +2096,7 @@ dependencies = [
"timeout-readwrite",
"tokio 1.7.0",
"tracing",
"tracing-futures",
"tracing-subscriber",
"trust-dns-resolver",
"walkdir",
@@ -3559,6 +3560,8 @@ version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"futures 0.3.15",
"futures-task",
"pin-project",
"tracing",
]