We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9b85c commit 2cf5619Copy full SHA for 2cf5619
server.go
@@ -1913,6 +1913,7 @@ func (s *Server) getCodec(contentSubtype string) baseCodec {
1913
}
1914
codec := encoding.GetCodec(contentSubtype)
1915
if codec == nil {
1916
+ logger.Warningf("Unsupported codec %q. Defaulting to %q for now. This will start to fail in future releases.", contentSubtype, proto.Name)
1917
return encoding.GetCodec(proto.Name)
1918
1919
return codec
0 commit comments