mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[tasks/ftr] downgrade log level to debug
This commit is contained in:
parent
16f55d118f
commit
f15477a82c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { createToolingLog } from '../src/utils';
|
|||
|
||||
export default function (grunt) {
|
||||
grunt.registerTask('functionalTestRunner', function () {
|
||||
const log = createToolingLog('verbose');
|
||||
const log = createToolingLog('debug');
|
||||
log.pipe(process.stdout);
|
||||
|
||||
const functionalTestRunner = createFunctionalTestRunner({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue