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

Add new config option to dump task logs to stdout #30

Merged
merged 2 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. Add new config option to dump task logs to stdout

    This is needed for tests where there isn't a good way to see the logs.
    By dumping them directly to stdout we avoid having to explicitly tail
    the logs for each task.
    swlynch99 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dcabe17 View commit details
    Browse the repository at this point in the history
  2. Remove dead code

    swlynch99 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    40793b0 View commit details
    Browse the repository at this point in the history