From 6a3a28fee7c72feb88e6726853c60933e693a2d4 Mon Sep 17 00:00:00 2001 From: Shivam Kumar <155747305+maishivamhoo123@users.noreply.github.com> Date: Sun, 25 Jan 2026 13:35:12 +0530 Subject: [PATCH] fix(stdiscosrv): log full device ID on startup (#10541) Signed-off-by: maishivamhoo123 --- cmd/stdiscosrv/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/stdiscosrv/main.go b/cmd/stdiscosrv/main.go index 6b5d9e68f..c61ff4d76 100644 --- a/cmd/stdiscosrv/main.go +++ b/cmd/stdiscosrv/main.go @@ -120,7 +120,7 @@ func main() { os.Exit(1) } devID := protocol.NewDeviceID(cert.Certificate[0]) - slog.Info("Loaded certificate keypair", "deviceID", devID) + slog.Info("Loaded certificate keypair", "deviceId", devID.String()) } // Root of the service tree.