Any way to repress rpc debug messages?

Or better yet repress specific ones?

Thanks!

you can only decide about the debug level of the networking which works global.
what you likely would do is disable the network debug and use debug.log in the rpc itself if you want to restrict it to specific ones

Found it Edit->Project Settings->Network
Debug Level: Off

Perfect thanks! You’re a pro dreamora!