Add debug information
This commit is contained in:
parent
ae4126dfed
commit
8dcdfe1e2e
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ public class IndexUploader {
|
|||
if (!f.isFile() || f.getName().endsWith(IndexBatchCreator.GEN_LOG_EXT)) {
|
||||
continue;
|
||||
}
|
||||
log.info("Process file " + f.getName());
|
||||
File unzipped = unzip(f);
|
||||
String description = getDescription(unzipped);
|
||||
File logFile = new File(f.getParentFile(), unzipped.getName() + IndexBatchCreator.GEN_LOG_EXT);
|
||||
|
|
Loading…
Reference in a new issue