Skip to content

FEAT: Adding proper logging#395

Merged
MordechaiHadad merged 10 commits into
devfrom
feat/tracing-and-debugging
Feb 13, 2026
Merged

FEAT: Adding proper logging#395
MordechaiHadad merged 10 commits into
devfrom
feat/tracing-and-debugging

Conversation

@MordechaiHadad

@MordechaiHadad MordechaiHadad commented Feb 9, 2026

Copy link
Copy Markdown
Owner

Summary

Adding more debugging and tracing macro usage and allowing users to change verbosity.

Description

Adding more debugging and tracing macro usage and allowing users to change verbosity.

  1. Debug crate only
  2. Trace crate only
  3. Trace global

Can be enabled either via RUST_LOG or using -v/-vv/-vvv.

Type of change

  • - New feature (non-breaking change which adds functionality)

Checklist

Checklist tick-boxes

  1. Conformity
  • - My code follows the style guidelines of this project
  • - Code is formatted with cargo fmt
  • - No clippy warnings (run cargo clippy --all-targets -- -D warnings)
  1. Best-Effort
  • - My changes generate no new warnings
  • - I have performed a self-review of my own code
  • - I have commented my code, particularly in hard-to-understand areas
  1. Documentation
  • - Any documentation that relates to this PR has been updated
    or will be updated in a PR (Link here: )(if applicable)
  1. Tests
  • - I have added tests that prove my fix is effective or that my feature works
  • - New and existing unit tests pass locally with my changes
  1. Dependencies
  • - Any dependent changes have been merged and published in downstream modules

This was linked to issues Feb 9, 2026
@MordechaiHadad MordechaiHadad marked this pull request as ready for review February 9, 2026 12:27
@MordechaiHadad MordechaiHadad merged commit c63637d into dev Feb 13, 2026
27 checks passed
@MordechaiHadad MordechaiHadad deleted the feat/tracing-and-debugging branch February 14, 2026 16:10
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.

[FEAT]: Proper logging [FEAT]: Reduce amount of matrix runners

1 participant