From 7bc0760b78c77acbe80aa0ed05c3b1f758a1d55c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 10 Dec 2023 00:40:32 -0500 Subject: [PATCH] Add time to "starting keepalive" message Matches the pvchealthd output and provides a useful message detail to this otherwise contextless message. --- node-daemon/pvcnoded/util/keepalive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-daemon/pvcnoded/util/keepalive.py b/node-daemon/pvcnoded/util/keepalive.py index 5f0f6aaf..9d8e8007 100644 --- a/node-daemon/pvcnoded/util/keepalive.py +++ b/node-daemon/pvcnoded/util/keepalive.py @@ -701,7 +701,7 @@ def node_keepalive(logger, config, zkhandler, this_node): runtime_start = datetime.now() logger.out( - "Starting node keepalive run", + "Starting node keepalive run at {datetime.now()}", state="t", )