Skip to content

Commit

Permalink
rpc: log policy violations at error level
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
  • Loading branch information
dotnwat committed Jul 19, 2022
1 parent 0c0d66b commit 3d35dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/rpc/transport.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ss::future<result<rpc::client_context<T>>> parse_result(
}
if (protocol_violation) {
vlog(
rpclog.warn,
rpclog.error,
"Protocol violation: request version {} incompatible with "
"reply version {}",
req_ver,
Expand Down

0 comments on commit 3d35dad

Please sign in to comment.