Skip to content

Commit

Permalink
change logs file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Schwartz committed Nov 9, 2023
1 parent b7fe383 commit a5fcebc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ export const ServiceLogs = ({ enclave, service }: ServiceLogsProps) => {
};
}, [enclave, service, kurtosisClient]);

return <LogViewer logLines={logLines} />;
const logsFileName = `${enclave.name}--${service.name}-logs.txt`
return <LogViewer logLines={logLines} logsFileName={logsFileName}/>;
};

0 comments on commit a5fcebc

Please sign in to comment.