Skip to content

Commit

Permalink
Hotfix - datadog logging (#1242)
Browse files Browse the repository at this point in the history
Signed-off-by: Angelica Ochoa <[email protected]>
  • Loading branch information
ao508 authored Jul 29, 2024
1 parent b9df516 commit 2dd44de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public Cohort saveCohort(Cohort cohort, Set<String> sampleIds) throws Exception
// log and report unknown samples for reference
if (!unknownSamples.isEmpty()) {
StringBuilder builder = new StringBuilder();
builder.append("Could not import ")
builder.append("[TEMPO COHORT COMPLETE FAILED SAMPLES] Could not import ")
.append(unknownSamples.size())
.append(" samples for cohort ")
.append(cohort.getCohortId())
Expand Down

0 comments on commit 2dd44de

Please sign in to comment.