server: Prevent sqlx from logging unless verbose

This commit is contained in:
Valentin Tolmer
2021-11-14 01:02:48 +01:00
committed by nitnelave
parent 9124339b96
commit ad1ee52d76
3 changed files with 21 additions and 53 deletions

View File

@@ -42,7 +42,7 @@ tokio-stream = "*"
tracing = "*"
tracing-actix-web = "0.4.0-beta.7"
tracing-log = "*"
tracing-subscriber = "*"
tracing-subscriber = "0.3"
rand = { version = "0.8", features = ["small_rng", "getrandom"] }
juniper_actix = "0.4.0"
juniper = "0.15.6"