Skip to content
Snippets Groups Projects
Commit 5d690e66 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

clickable file links in terminal log output

parent d6dbde91
No related branches found
No related tags found
1 merge request!43Resolve "Record relevant env events in a file"
Pipeline #45514 passed
......@@ -48,7 +48,7 @@ class LogRecorder:
else:
log_path = Path(log_path)
self.log_path = log_path
log.info(f"Recorder record for {name} in {log_path}")
log.info(f"Recorder record for {name} in file://{log_path}")
os.makedirs(log_path.parent, exist_ok=True)
def __call__(self, hook_ref: str, env: Environment, **kwargs):
......
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