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

Rethink logging #133

Merged
merged 2 commits into from
Feb 6, 2024
Merged

Rethink logging #133

merged 2 commits into from
Feb 6, 2024

Commits on Feb 5, 2024

  1. Move away from the log crate.

    In retrospect, moving to this was a mistake: it adds lots of dependencies
    (including one that has a security advisory), but we can easily replicate
    its features locally, and do so in a way that doesn't rely on implicit
    global variables.
    
    This commit therefore is a sort-of manual reversion of 45666ba (an actual
    revert is impossible as too much has changed since then), but also very
    slightly improves the situation that pertained before 45666ba.
    ltratt committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a61aec7 View commit details
    Browse the repository at this point in the history
  2. Add info debugging.

    It is useful, particularly when something seems to be going wrong with
    snare or github settings, to have a verbosity level that tells you when
    a request has been received.
    ltratt committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    eba8bac View commit details
    Browse the repository at this point in the history