currently all logs in the rust library are performed at the info level.
several logs could be too verbose so we should use different logging levels.
I propose to use debug logs to show the received requests in their entirety and to use info to just show that a request has been received (without printing the request params).