Skip to content

Commit

Permalink
appa-bz-opendata: more detailed logging for invalid values
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Sep 20, 2024
1 parent 5b47580 commit f0704e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ private void fillRootMap(DataMapDto<RecordDtoImpl> rootMap, boolean test) {
LOG.debug("Record set.");
}
else {
LOG.info("Station {} has invalid value -1 for polluter name {}", stationID, polluterName);
LOG.info("Station {} has invalid value -1 for polluter name {} at date {}", stationID, polluterName, date);
}
}
Collections.sort(recordDtoList);
Expand Down

0 comments on commit f0704e6

Please sign in to comment.