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

Apply env_logger module filters on Dart & UniFFI binding loggers #874

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    8a5194b View commit details
    Browse the repository at this point in the history
  2. Move loggers under logger.rs

    Dart, UniFFI & GlobalSDK logger's are moved under logger.rs
    
    .
    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b5e8ba4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    badc177 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6d7564 View commit details
    Browse the repository at this point in the history
  5. Apply changes to bindings & generate them

    - Create LevelFilter struct that's usable from bindings.
    - Add optional filter_level param to binding logger init & setters
    - Map models:LevelFilter to log::LevelFilter.
      - Set LevelFilter::TRACE as default filter level
    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    dd4bf74 View commit details
    Browse the repository at this point in the history
  6. Log node-logs according to their level

    Log `UNUSUAL` level node logs at `Error` level
    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ef9c7db View commit details
    Browse the repository at this point in the history
  7. Generate RN Bindings

    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    53dc29f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4d2401 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7811d43 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1519d46 View commit details
    Browse the repository at this point in the history
  11. Resolve regressions introduced during rebase

    Errors made around import resolution(sdk-common changes etc.) & removal of a crate introduced on this PR
    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e1d4683 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f22d19 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef70a96 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c6118d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    c88d257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d3a462 View commit details
    Browse the repository at this point in the history