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
To prevent loggins this:
[2024-12-27T08:43:19Z INFO rsonpath::engine::main] SIMD configuration: avx2;fast_quotes;fast_popcnt [2024-12-27T08:43:19Z INFO rsonpath::engine::main] SIMD configuration: avx2;fast_quotes;fast_popcnt
The text was updated successfully, but these errors were encountered:
Tagging @V0ldek for notifications
Sorry, something went wrong.
I don't get this one. rsonpath-lib just uses log, we don't override any configurations.
rsonpath-lib
log
If you're using env-logger in your project you can tell it to silence our logs with the env variable:
env-logger
RUST_LOG="info,rsonpath=warn"
No branches or pull requests
To prevent loggins this:
The text was updated successfully, but these errors were encountered: