improve trace logging
- Add filename for trace logs for read/write operations.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user