TcpIngestor can handle csv files

This commit is contained in:
2018-10-11 18:56:16 +02:00
parent 6d4e3da672
commit 979e001efd
8 changed files with 338 additions and 87 deletions

View File

@@ -58,7 +58,7 @@ class PdbWriter implements AutoCloseable, Flushable {
@Override
public void close() {
LOGGER.info("close PdbWriter {}", pdbFile);
LOGGER.debug("close PdbWriter {}", pdbFile);
bsFile.close();
}