Reduce logs from info to debug

This commit is contained in:
Timo Kösters
2023-03-13 08:27:59 +01:00
parent a1bd348977
commit 63f787f635
3 changed files with 26 additions and 25 deletions

View File

@@ -1530,6 +1530,7 @@ impl Service {
while let Some(result) = futures.next().await {
info!("Received new result");
if let (Ok(get_keys_response), origin) = result {
info!("Result is from {origin}");
if let Ok(key) = get_keys_response.server_key.deserialize() {
let result: BTreeMap<_, _> = services()
.globals