From ec4ef0d0a1947b884ab61e3a84e44f9ff9302a04 Mon Sep 17 00:00:00 2001 From: nazeh Date: Wed, 21 Aug 2024 18:42:45 +0300 Subject: [PATCH] feat(homeserver): log testnet bootstrap --- pubky-homeserver/src/config.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubky-homeserver/src/config.rs b/pubky-homeserver/src/config.rs index 8fea08b..110ed05 100644 --- a/pubky-homeserver/src/config.rs +++ b/pubky-homeserver/src/config.rs @@ -2,6 +2,7 @@ use anyhow::{anyhow, Result}; use pkarr::Keypair; +use tracing::info; // use serde::{Deserialize, Serialize}; use std::{fmt::Debug, path::PathBuf, time::Duration}; @@ -41,6 +42,7 @@ impl Config { /// Testnet configurations pub fn testnet() -> Self { let testnet = pkarr::mainline::Testnet::new(10); + info!(?testnet.bootstrap, "Testnet Config"); let bootstrap = Some(testnet.bootstrap.to_owned()); let storage = Some(