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

STDOUT and STDERR are separated in dashboard logs #220

Closed
AlexSkrypnyk opened this issue Jul 6, 2023 · 0 comments · Fixed by #221
Closed

STDOUT and STDERR are separated in dashboard logs #220

AlexSkrypnyk opened this issue Jul 6, 2023 · 0 comments · Fixed by #221

Comments

@AlexSkrypnyk
Copy link

Describe the bug

STDOUT and STDERR are separated in dashboard logs: all stdout messages printed first, then all stderr messages.

To Reproduce

Steps to reproduce the behavior:

  1. Clone any example projects
  2. Add error to post-deploymnent
  3. Run a deployment
  4. Observe that stdout messages printed and then stderr messages printed.

Expected behavior

All messages are printed consequently, as they are produced by the deployment scripts.

Screenshots

N/A

Additional context

Having errors printed separately and not in the order they appear makes it extremely hard to debug deployment errors as it is simply hard to understand where the error originated.

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