From 3d35dade0ae0db2dbc20909efe28f9609e7fb3a2 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Tue, 19 Jul 2022 13:57:07 -0700 Subject: [PATCH] rpc: log policy violations at error level Signed-off-by: Noah Watkins --- src/v/rpc/transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v/rpc/transport.h b/src/v/rpc/transport.h index c59d94a64485c..0a371beecaf3e 100644 --- a/src/v/rpc/transport.h +++ b/src/v/rpc/transport.h @@ -172,7 +172,7 @@ ss::future>> parse_result( } if (protocol_violation) { vlog( - rpclog.warn, + rpclog.error, "Protocol violation: request version {} incompatible with " "reply version {}", req_ver,