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: allow to provide log's "directives" via init_subscribers_and_loglevel #215

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

davidB
Copy link
Owner

@davidB davidB commented Feb 24, 2025

  • so log's level filter could be defined by parameter (without need to override RUST_LOG env variable on caller side
  • remove use of std::env::set_var (in the lib, and maybe on caller side) that becomes unsafe since rust 1.85

…oglevel`

- so log's level filter could be defined by parameter (without need to override `RUST_LOG` env variable on caller side
- remove use of `std::env::set_var` (in the lib, and maybe on caller side) that becomes `unsafe` since rust 1.85
Copy link
Contributor

github-actions bot commented Feb 24, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 2 0 0.01s
✅ REPOSITORY checkov yes no 9.98s
✅ REPOSITORY dustilock yes no 0.0s
✅ REPOSITORY gitleaks yes no 0.62s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 9.78s
✅ REPOSITORY secretlint yes no 0.68s
✅ REPOSITORY syft yes no 1.14s
✅ REPOSITORY trivy-sbom yes no 0.07s
✅ REPOSITORY trufflehog yes no 1.58s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@davidB davidB merged commit 2539d4c into main Feb 24, 2025
2 checks passed
@davidB davidB deleted the db-branch-1 branch February 24, 2025 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant