We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All our Rust plugin samples have this line, with no explanation: proxy_wasm::set_log_level(LogLevel::Trace);
proxy_wasm::set_log_level(LogLevel::Trace);
This is extra confusing because Service Extensions has its own min_log_level config which applies to all wasm logging.
Task: use code comments to clarify why the code is needed.
The code is needed because:
The text was updated successfully, but these errors were encountered:
Consider also updating the Rust SDK to set a non-off log level default.
Sorry, something went wrong.
No branches or pull requests
All our Rust plugin samples have this line, with no explanation:
proxy_wasm::set_log_level(LogLevel::Trace);
This is extra confusing because Service Extensions has its own min_log_level config which applies to all wasm logging.
Task: use code comments to clarify why the code is needed.
The code is needed because:
The text was updated successfully, but these errors were encountered: