proxmox-rrd: use log crate instead of eprintln, avoid duplicate logs

This commit is contained in:
Dietmar Maurer
2021-10-06 18:19:22 +02:00
parent 18e8bc17e4
commit 3def6bfc64
3 changed files with 29 additions and 17 deletions

View File

@ -8,6 +8,7 @@ description = "Simple RRD database implementation."
[dependencies]
anyhow = "1.0"
bitflags = "1.2.1"
log = "0.4"
proxmox = { version = "0.13.5", features = ["api-macro"] }