Skip to content

Commit

Permalink
Insert the RedisLogginFilter before the tracing module
Browse files Browse the repository at this point in the history
  • Loading branch information
rpless committed Sep 30, 2020
1 parent 0906afe commit d45d770
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ object Redis extends Client[Command, Reply] with RedisRichClient {
.insertBefore(DefaultPool.Role, RedisPool.module)
.insertAfter(StackClient.Role.prepConn, ConnectionInitCommand.module)
.replace(StackClient.Role.protoTracing, RedisTracingFilter.module)
.insertAfter(RedisLoggingFilter.role, RedisLoggingFilter.module)
.insertBefore(StackClient.Role.protoTracing, RedisLoggingFilter.module)

private[finagle] val hashRingStack: Stack[ServiceFactory[Command, Reply]] =
stack.insertAfter(BindingFactory.role, RedisPartitioningService.module)
Expand Down

0 comments on commit d45d770

Please sign in to comment.