Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to supress logs on smart contract clients at the client level #196

Open
aorumbayev opened this issue Jan 9, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@aorumbayev
Copy link
Contributor

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.

@aorumbayev aorumbayev added the enhancement New feature or request label Jan 9, 2024
@Loedn Loedn added this to the Enhancements milestone Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants