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

chore: clean up console upon firing up the CLI #28134

Merged
merged 5 commits into from
Apr 23, 2024
Merged

chore: clean up console upon firing up the CLI #28134

merged 5 commits into from
Apr 23, 2024

Commits on Apr 18, 2024

  1. chore: clean up console upon firing up the CLI

    Currently there's some irrelevant DEBUG-level type logging happening
    when using the CLI, here I'm doing the following things:
    - setting the default logging level to INFO, which is the normal/sane
      default usually used in software
    - downgrading unimportant messages in the console from INFO to DEBUG
    - adding a dash of color on the title (bolded-white) and config loading INFO (cyan)
    - turning off load limiter when not in a `production` environment (added
      a note to `UPDATING.md` for that)
    mistercrunch committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8f9f862 View commit details
    Browse the repository at this point in the history
  2. add PR id in UPDATING

    mistercrunch committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8b204cf View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. comment about ANSI

    mistercrunch committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c03305c View commit details
    Browse the repository at this point in the history
  2. linting

    mistercrunch committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2da98bd View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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