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

Replace println! from library functions with configurable logging #424

Merged
merged 4 commits into from
Apr 10, 2024

Commits on Apr 1, 2024

  1. Replace println! from library functions with configurable logging

    Developers building on this crate do not necessarily need logging to
    occur over `println!` when authenticating 2FA, so this commit replaces
    the print macros with logging macros
    mishazharov committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    736f185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2fa413 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Change debug! to info!

    mishazharov committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f8f5232 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    173b64c View commit details
    Browse the repository at this point in the history