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 f0704e6 commit cb0fa36
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 {} at date {}", stationID, polluterName, date);
LOG.info("Station {} has invalid value -1 for polluter name {} at timestamp {}", stationID, polluterName, dataMap.get(date).get(0));
}
}
Collections.sort(recordDtoList);
Expand Down

0 comments on commit cb0fa36

Please sign in to comment.