Skip to content

Commit 0a1cf7a

Browse files
committed
convert logid to local
1 parent f347251 commit 0a1cf7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xds/src/main/java/io/grpc/xds/RlqsFilter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@ final class RlqsFilter implements Filter, ServerInterceptorBuilder {
6969

7070
private final AtomicReference<RlqsCache> rlqsCache = new AtomicReference<>();
7171

72-
private final InternalLogId logId;
7372
private final XdsLogger logger;
7473

7574
public RlqsFilter() {
76-
logId = InternalLogId.allocate("rlqs-filter", null);
75+
InternalLogId logId = InternalLogId.allocate("rlqs-filter", null);
7776
logger = XdsLogger.withLogId(logId);
7877
logger.log(XdsLogLevel.INFO, "Created RLQS Filter with logId=" + logId);
7978
}

0 commit comments

Comments
 (0)