Disable the Javascript logging for Server to client RPC call

Hi,

When we call Page.getCurrent().getJavaScript().execute(“…”), the Javascript code will be logged into the browser console like “INFO: Server to client RPC call: 3:com.vaadin.shared.extension.javascriptmanager.ExecuteJavaScriptRpc.executeJavaScript …”. Is there a way to turn off this logging from the server side ?

Cheers