Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

engine: log versions #413

Closed
josephjclark opened this issue Oct 27, 2023 · 1 comment · Fixed by #526
Closed

engine: log versions #413

josephjclark opened this issue Oct 27, 2023 · 1 comment · Fixed by #526

Comments

@josephjclark
Copy link
Collaborator

The CLI log versions of key components at the start of a run (cli/runtime/compiler/node/adaptor)

The engine needs to do the same thing. We may be able to steal some code.

Note that this is done at the start of a job, not an attempt. We may need a callback in the runtime for that (unless we cheat a bit).

Maybe the attempt can also log some versions - worker, node, engine. Then the job would log node, runtime, adaptor.

Compiler version right now will be in the attempt, but we can move it to the run when we sort out #392.

@josephjclark
Copy link
Collaborator Author

Kinda forgot this in planning. It's not needed for rc2, but it's nice to have for the first launch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant