You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the TS client at least (but possibly the PY client too), logging of transactions is on by default but can be suppressed on a particular call by providing { sendParams: { suppressLogs: true }}. This is not a viable solution if you wish to ensure logs are suppressed on every call. A better solution would be to add a configuration option to the client itself which is used as a default.
The text was updated successfully, but these errors were encountered:
In the TS client at least (but possibly the PY client too), logging of transactions is on by default but can be suppressed on a particular call by providing { sendParams: { suppressLogs: true }}. This is not a viable solution if you wish to ensure logs are suppressed on every call. A better solution would be to add a configuration option to the client itself which is used as a default.
The text was updated successfully, but these errors were encountered: