Skip to content

Commit 1859220

Browse files
rjrudinMarkLogic Builder
authored andcommitted
DHFPROD-6965: One more rename of trace events for 5.4.0
This is just to slightly shorten them with "hub-" instead of "data-hub-".
1 parent bb9685f commit 1859220

File tree

2 files changed

+3
-3
lines changed
  • marklogic-data-hub/src/main/resources/ml-modules/root/data-hub/5

2 files changed

+3
-3
lines changed

marklogic-data-hub/src/main/resources/ml-modules/root/data-hub/5/builtins/steps/mapping/entity-services/lib.sjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const inst = require('/MarkLogic/entity-services/entity-services-instance');
88
const mappingLib = require('/data-hub/5/builtins/steps/mapping/default/lib.sjs');
99
const sem = require("/MarkLogic/semantics.xqy");
1010
const semPrefixes = {es: 'http://marklogic.com/entity-services#'};
11-
const dhMappingTrace = 'DH-MAPPING';
11+
const dhMappingTrace = 'hub-mapping';
1212
const dhMappingTraceIsEnabled = xdmp.traceEnabled(dhMappingTrace);
1313
let xqueryLib = null;
1414

marklogic-data-hub/src/main/resources/ml-modules/root/data-hub/5/impl/consts.sjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ module.exports = {
8282
],
8383

8484
// Define all DH trace events here
85-
TRACE_STEP: "data-hub-step",
86-
TRACE_FLOW_RUNNER: "data-hub-flow-runner"
85+
TRACE_STEP: "hub-step",
86+
TRACE_FLOW_RUNNER: "hub-flow-runner"
8787
};

0 commit comments

Comments
 (0)