Skip to content

Commit

Permalink
Add success and next steps logging after linking
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed Jul 23, 2024
1 parent 15de918 commit 2db8f44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/trace_link/trace_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def main() -> None:
linker = TraceLinker()
linker.link(args.chakra_host_trace, args.chakra_device_trace, args.output_file)

logging.info(f"Linking process successful. Output file is available at {args.output_file}.")
logging.info("Please run the chakra_converter for further postprocessing.")

if __name__ == "__main__":
main()

0 comments on commit 2db8f44

Please sign in to comment.