Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Feb 5, 2024
1 parent a00900a commit 6f11dc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ public void aggregate(NGSIEvent event) throws CygnusRuntimeError {

String entityId = contextElement.getId();
String entityType = contextElement.getType();
LOGGER.debug("[" + this.getName() + "] Processing context element (id=" + entityId + ", type=" + entityType + ")");
LOGGER.debug("[NGSIArcgisAggregator] aggregate - Processing context element (id=" + entityId + ", type=" + entityType + ")");
// Set unique filed and it's value.
aggregation.setUniqueField(entityType);
feature.addAttribute(entityType, entityId);
Expand Down

0 comments on commit 6f11dc7

Please sign in to comment.