All printing replaced by logging (#67)

This commit is contained in:
Azrenbeth
2021-09-27 12:20:12 +01:00
committed by GitHub
parent bc30942e2d
commit b8e323c321
9 changed files with 66 additions and 33 deletions

2
Cargo.lock generated
View File

@@ -1139,8 +1139,10 @@ name = "synapse_compress_state"
version = "0.1.0"
dependencies = [
"clap",
"env_logger 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"indicatif",
"jemallocator",
"log",
"openssl",
"postgres",
"postgres-openssl",