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

test: make e2e test logs more readable #585

Merged
merged 1 commit into from
Feb 11, 2019

Commits on Feb 11, 2019

  1. test: make e2e test logs more readable

    This always emits time, log and message first.
    
    ```
    time="2019-02-11 15:12:19.219" level=info msg="starting scale up/down test" deadline="2019-02-11 15:13:46.219007 -0800 PST m=+60.929866783" fleetCount=2 fleetSize=10 repeatCount=3
    ```
    
    Optionally if CLICOLOR_FORCE=1 is set in the environment, the output will be colored and more compact.
    jkowalski committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    1a45a54 View commit details
    Browse the repository at this point in the history