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

feat(gtest): make log more customizable #3072

Merged
merged 5 commits into from
Aug 16, 2023
Merged

Conversation

shamilsan
Copy link
Contributor

@shamilsan shamilsan commented Aug 16, 2023

As for now, gtest is quite noisy with default logging settings. Let's distinguish "gtest" target from "gwasm".

@gear-tech/dev

Release Notes

  • Made gtest logging less noisy and more configurable
  • gtest lib had some actions logged to stdout that were not required for every Wasm execution. Now it is possible to enable these logs using a new System::init_verbose_logger function or just enabling "gtest" log target to the debug level in the RUST_LOG environment variable.

@shamilsan shamilsan added the A0-pleasereview PR is ready to be reviewed by the team label Aug 16, 2023
@shamilsan shamilsan added the B1-releasenotes The feature deserves to be added to the Release Notes label Aug 16, 2023
@shamilsan shamilsan merged commit bf049db into master Aug 16, 2023
7 checks passed
@shamilsan shamilsan deleted the sy-customize-gtest-log branch August 16, 2023 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A0-pleasereview PR is ready to be reviewed by the team B1-releasenotes The feature deserves to be added to the Release Notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants