Skip to content
Snippets Groups Projects
Commit acf84d76 authored by zphrs's avatar zphrs
Browse files

Log truncation fix + more logging on resend

parent 6fc46fda
Branches zphrs-log-fix
No related tags found
No related merge requests found
......@@ -257,6 +257,7 @@ class ClusterConductor:
CONTAINER_ENGINE,
"run",
"-d",
"--log-driver=k8s-file",
"--name",
node_name,
"--env",
......
......@@ -127,5 +127,6 @@ class KVSClient:
node['address'] = flattened_current_view[node["id"]]
request_body = {"view": self.last_view}
print(f"Sending new view: {self.last_view}")
return requests.put(f"{self.base_url}/view", json=request_body, timeout=timeout)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment