mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-05 06:23:13 +00:00
fix: do not output the structured line marker in log dumps
This commit is contained in:
parent
f7b443239b
commit
d4ddcdec9d
@ -118,7 +118,7 @@ def cmd_dump_single_experiment(source: LogSource, group_id: str, experiment_id:
|
||||
for _, node_id, raw_line in log_source.logs(
|
||||
group_id=group_id, experiment_id=experiment_id
|
||||
):
|
||||
print(f"<<{node_id}>> {raw_line}", file=sys.stdout)
|
||||
print(f"[[{node_id}]] {raw_line}", file=sys.stdout)
|
||||
|
||||
|
||||
def cmd_run_agent(agents: Dict[str, AgentBuilder], args):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user