Skip to content

Commit

Permalink
fix: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Mar 26, 2024
1 parent 6c6876a commit 8ba18a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tdm-be/src/controller/data-enrichment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const getEnrichments = async () => {
parameters,
});
} else {
logger.warning(`Invalid enrichment! (${enrichment.url})`);
logger.debug(`(${enrichment.url}${key}) Excluded enrichment`);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion tdm-be/src/controller/data-wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const getWrappers = async () => {
fileType,
});
} else {
logger.warning(`Invalid wrapper! (${wrapper.url})`);
logger.debug(`(${wrapper.url}${key}) Excluded wrapper`);
}
}
}
Expand Down

0 comments on commit 8ba18a0

Please sign in to comment.