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 jobby output to console log #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 27, 2019

  1. Add jobby output to console log

    For some time I was in need to use jobby with console output. Since
    we are working in cloud foundry environment and we capture application
    log with a drainlog this was quite critical.
    
    This commit introduces the config flag `output_console` which takes
    a boolean to either activate the output to console. What it actually
    does is remove the bash output to logs and puts an echo infront of
    the `exec()`.
    
    While at it: Add composer script for tests. Add 2 testcases for
    closures and files.
    mgbolivierdahinden committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    f4e34e9 View commit details
    Browse the repository at this point in the history