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

Set up and use logrus logger in main #1819

Merged
merged 7 commits into from
Jan 4, 2024

Commits on Jan 30, 2023

  1. Set up and use logrus logger in main

    Also return errors more consistently from other functions.
    mikesep committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f5578fc View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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

Commits on Feb 25, 2023

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

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    c07f14c View commit details
    Browse the repository at this point in the history
  2. Updated wording styles

    * Prefer human-readable descriptions to method names
    * Wrapped errors use gerund forms, e.g. "doing x: %w"
    * Log traces start with a capital letter
    mikesep committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    fb45ee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be20c68 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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