Task #7232
Log Aggregation prints out unnecessary log info for IP to location lookup
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_log_aggregation
Target version:
Start date:
2015-06-25
Due date:
% Done:
100%
Story Points:
Sprint:
Description
The method d1_log_aggregation_v1.4/src/main/java/org/dataone/cn/batch/logging/GeoIPService.java/initLocation calls
"System.out.println("country: " + country + ", region: " + region + ", city: " + city);", which should be removed. Another call
"System.out.println("location not found");" should be changed to logger.warn(...)
History
#1 Updated by Peter Slaughter over 9 years ago
- Assignee set to Peter Slaughter
#2 Updated by Peter Slaughter over 9 years ago
- Target version changed from CCI-1.5.3 to CCI-1.5.2
#3 Updated by Peter Slaughter over 9 years ago
- % Done changed from 0 to 30
- Status changed from New to In Progress
#4 Updated by Peter Slaughter over 9 years ago
- % Done changed from 30 to 50
- Status changed from In Progress to Testing
#5 Updated by Peter Slaughter over 9 years ago
- Status changed from Testing to Closed
- translation missing: en.field_remaining_hours set to 0.0
- % Done changed from 50 to 100
Tested, verified in stage environment (cn-stage-ucsb-1).