Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
[createToolingLog] update require path for toolingLog (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and w33ble committed Nov 21, 2017
1 parent 3769efd commit d968819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d968819

Please sign in to comment.