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

Feature adding no colors to run command #1791

Commits on Jan 20, 2016

  1. feat(logging): Add colors and log-level options to run-command

     Add colors and log-level arguments to run argument.
     Refactor log-setup functions for server and init.
     Correct bug in server where log-level was ignored before `parseConfig`
    
    Closing karma-runner#1067
    budde377 committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    2d29165 View commit details
    Browse the repository at this point in the history
  2. feat(logging): Send color option to server

    Delay the decision on color/no-color reporter to write. This is
    done by letting the individual adapter decide the color and providing
    a default color to the base adapter.
    
    Closing karma-runner#1067
    budde377 committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    486c4f3 View commit details
    Browse the repository at this point in the history