Alessandro Pieve 2017-05-12 10:39:58 +00:00
parent cdbdf8b800
commit 1a019450f4
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public class AccountingAggregatorPlugin extends Plugin<AccountingAggregatorPlugi
if (inputs.containsKey("pathFile")){ if (inputs.containsKey("pathFile")){
//get start time from file //get start time from file
pathFile=(String) inputs.get("pathFile"); pathFile=(String) inputs.get("pathFile");
logger.error("open file:{}",pathFile); logger.trace("open file:{}",pathFile);
BufferedReader reader = new BufferedReader(new FileReader(pathFile)); BufferedReader reader = new BufferedReader(new FileReader(pathFile));
String line; String line;