mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
enable verbose ftr logging
This commit is contained in:
parent
740dba8af0
commit
887e528055
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
export const functional = {
|
||||
options: {
|
||||
logLevel: 'debug',
|
||||
logLevel: 'verbose',
|
||||
configFile: require.resolve('../../test/functional/config.js')
|
||||
}
|
||||
};
|
||||
|
||||
export const apiIntegration = {
|
||||
options: {
|
||||
logLevel: 'debug',
|
||||
logLevel: 'verbose',
|
||||
configFile: require.resolve('../../test/api_integration/config.js')
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue