Skip to content

Commit

Permalink
GH-5208 Prepend MDC key with rdf4j-specific namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bherber1 committed Dec 2, 2024
1 parent feba234 commit bb63f00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
public abstract class ServerInterceptor implements HandlerInterceptor {

private static final String REQUEST_ID_KEY = "requestId";
private static final String REQUEST_ID_KEY = "org.eclipse.rdf4j.requestId";
private static final String PROCESS_ID = "process:" + UUID.randomUUID();

private static final AtomicLong requestNumber = new AtomicLong(0L);
Expand Down

0 comments on commit bb63f00

Please sign in to comment.