pyvespa icon indicating copy to clipboard operation
pyvespa copied to clipboard

Improve user feedback on error from container logs

Open thomasht86 opened this issue 10 months ago • 0 comments

A common issue is that for example model downloads cause an Exception in container.

As is:

  • If an error is thrown inside the contianer, VespaDocker will just periodically poll for success until timeout is reached.

Suggestion:

  • Maybe we should stream container log and expose at least ERROR-level logs to the user.

thomasht86 avatar Apr 23 '24 06:04 thomasht86