NO-JIRA fixing log.trace

This commit is contained in:
Clebert Suconic 2024-04-30 14:23:48 -04:00
parent b50f01b02b
commit 5d5b2febf0
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class PageCursorProviderImpl implements PageCursorProvider {
@Override
public synchronized PageSubscription createSubscription(long cursorID, Filter filter, boolean persistent) {
if (logger.isTraceEnabled()) {
logger.trace("{} creating subscription {} {} with filter {}", this.pagingStore.getAddress(), cursorID, filter);
logger.trace("{} creating subscription {} {} with filter {}", this, this.pagingStore.getAddress(), cursorID, filter);
}
if (activeCursors.containsKey(cursorID)) {