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

Print container logs in the final error report #287

Open
distorhead opened this issue Oct 10, 2022 · 0 comments
Open

Print container logs in the final error report #287

distorhead opened this issue Oct 10, 2022 · 0 comments

Comments

@distorhead
Copy link
Member

The problem:

  • container exits with non-zero error code, because there is some error in the application;
  • user sees some "container has been exited with non-zero code" in the end of multitracker log;
  • user needs to see application logs to fix the problem;
  • application logs has been printed somewhere in the middle of multitracker logs, so user need to search these logs to fix application problems.

Solution: multitracker should print failed application logs, events and other information in the end of tracking log giving user all needed information immediately.

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

No branches or pull requests

1 participant