Closed anbsky closed 3 years ago
Currently, params for every JSON-RPC call are being logged for debugging purposes in query.Caller.SendQuery. Params for the sync_apply call should be excluded from logging.
query.Caller.SendQuery
sync_apply
Currently, params for every JSON-RPC call are being logged for debugging purposes in
query.Caller.SendQuery
. Params for thesync_apply
call should be excluded from logging.