conductor(checkpoint): Checkpoint end of Phase 2
This commit is contained in:
@@ -100,6 +100,9 @@ def format_diagnostics(nodes, use_color=True):
|
||||
if node.get("check_output"):
|
||||
output.append(f" {BOLD}Consul Check Output:{RESET}\n {node['check_output'].strip()}")
|
||||
|
||||
if node.get("nomad_logs"):
|
||||
output.append(f" {BOLD}Nomad Stderr Logs (last 20 lines):{RESET}\n{node['nomad_logs']}")
|
||||
|
||||
if node.get("litefs_error"):
|
||||
output.append(f" {BOLD}LiteFS API Error:{RESET} {colorize(node['litefs_error'], RED, use_color)}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user