Add time to "starting keepalive" message

Matches the pvchealthd output and provides a useful message detail to
this otherwise contextless message.
This commit is contained in:
Joshua Boniface 2023-12-10 00:40:32 -05:00
parent 9aee2a9075
commit 7bc0760b78
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ def node_keepalive(logger, config, zkhandler, this_node):
runtime_start = datetime.now() runtime_start = datetime.now()
logger.out( logger.out(
"Starting node keepalive run", "Starting node keepalive run at {datetime.now()}",
state="t", state="t",
) )