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

Make logs depends on feature or env_logger #626

Closed
azoyan opened this issue Dec 27, 2024 · 2 comments
Closed

Make logs depends on feature or env_logger #626

azoyan opened this issue Dec 27, 2024 · 2 comments
Labels
closed: userside Bug/issue resolved on the user's side type: feature New feature or request

Comments

@azoyan
Copy link
Contributor

azoyan commented Dec 27, 2024

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
@azoyan azoyan added the type: feature New feature or request label Dec 27, 2024
@github-actions github-actions bot added the acceptance: triage Waiting for owner's input label Dec 27, 2024
Copy link

Tagging @V0ldek for notifications

@V0ldek
Copy link
Member

V0ldek commented Dec 27, 2024

I don't get this one. rsonpath-lib just uses log, we don't override any configurations.

If you're using env-logger in your project you can tell it to silence our logs with the env variable:

RUST_LOG="info,rsonpath=warn"

@azoyan azoyan closed this as not planned Won't fix, can't repro, duplicate, stale Dec 27, 2024
@github-actions github-actions bot removed the acceptance: triage Waiting for owner's input label Dec 27, 2024
@V0ldek V0ldek added the closed: userside Bug/issue resolved on the user's side label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: userside Bug/issue resolved on the user's side type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants