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:
parent
9aee2a9075
commit
7bc0760b78
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue