Skip to content

Instantly share code, notes, and snippets.

@pfrandsen
Created July 12, 2016 11:22
Show Gist options
  • Select an option

  • Save pfrandsen/670a67b3cd84d8c8170aab35c6fb70e3 to your computer and use it in GitHub Desktop.

Select an option

Save pfrandsen/670a67b3cd84d8c8170aab35c6fb70e3 to your computer and use it in GitHub Desktop.
Setting karma logLevel in Gript

Add a karma section to gulp.confin in you main Gulp file (gulpfile.js) and use a string to set the log level ("INFO", "DEBUG", ...):

karma: {
    logLevel: "DEBUG"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment