mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[createToolingLog] update require path for toolingLog (elastic/kibana-plugin-helpers#54)
Original commit: elastic/kibana-plugin-helpers@d968819d09
This commit is contained in:
parent
047a0ef4d9
commit
0ee2d11a94
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function resolveKibanaPath(path) {
|
|||
}
|
||||
|
||||
function createToolingLog(level) {
|
||||
return require(resolveKibanaPath('src/utils')).createToolingLog(level);
|
||||
return require(resolveKibanaPath('src/dev')).createToolingLog(level);
|
||||
}
|
||||
|
||||
function readFtrConfigFile(log, path, settingOverrides) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue