improve trace logging

- Add filename for trace logs for read/write operations.
This commit is contained in:
2019-08-18 09:25:49 +02:00
parent 16bf0933e7
commit 3252fcf42d
15 changed files with 102 additions and 39 deletions

View File

@@ -322,6 +322,10 @@ public class TcpIngestor implements Ingestor, AutoCloseable, DisposableBean {
public TcpIngestor(final PerformanceDb db) {
this.db = db;
}
public PerformanceDb getDb() {
return db;
}
@Async
@Override