Skip to content

Commit

Permalink
Update LoggingFilter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Jan 25, 2024
1 parent 61304bc commit 4aded8b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@
@Named("LoggingFilter")
public class LoggingFilter<Req extends GeneratedMessageV3, Res extends GeneratedMessageV3> implements Filter<Req, Res>, Logging {

/**
* Custom response key to indiacte request was logged on the server
*/
/** Custom response key to indiacte request was logged on the server*/
static final Metadata.Key<String> CUSTOM_HEADER_KEY = Metadata.Key.of("request_response_logged_header_key", Metadata.ASCII_STRING_MARSHALLER);

@Override
Expand Down

0 comments on commit 4aded8b

Please sign in to comment.