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

Display task information in the node log #171

Closed
frankcorneliusmartin opened this issue Jan 26, 2022 · 2 comments · Fixed by #366
Closed

Display task information in the node log #171

frankcorneliusmartin opened this issue Jan 26, 2022 · 2 comments · Fixed by #366

Comments

@frankcorneliusmartin
Copy link
Contributor

It would be nice to have a little bit of “user-friendly” information in the log of the node? In particular, the id of the task being run could be supplemented by a small description of what it does (e.g., “retrieve column headers”, “Poisson model for <dataset)”) just so that the users can have at least a remote idea of the status of the analysis.

@bartvanb
Copy link
Member

bartvanb commented Mar 2, 2022

connect algorithms to websocket channel, then algorithm has to determine what gets added to the logs

@frankcorneliusmartin frankcorneliusmartin transferred this issue from IKNL/vantage6-node May 16, 2022
@bartvanb
Copy link
Member

When we start a task, we only print the name of the image (and the task number) to the logs. We should add that, if we can read the input of the task, we also print the input parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants