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

Debug logging #157

Merged
merged 2 commits into from
Feb 4, 2024
Merged

Debug logging #157

merged 2 commits into from
Feb 4, 2024

Commits on Feb 3, 2024

  1. Debug logging

    This PR adds debug logging. Debug logging can be enabled through flags
    to the yamlfmt command, and will tell you in very noisy detail about
    things that are going on. Debug groups are separated into codes, so that
    only certain debug logs can be enabled if you are debugging a specific
    problem.
    
    I also fixed a bug I introduced in the last config PR with the `-conf`
    flag. It is fixed before ever going out in a release, so it will only
    affect someone who installed from that exact commit before I fix it
    here.
    braydonk committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    7bb4348 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Fix integration test files, add -no_global_conf

    The integration test files got accidentally formatted by some local
    testing, this sets them back to what they should be. Also adds a new
    flag that that disables usage of configuration file from system home.
    braydonk committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    d838831 View commit details
    Browse the repository at this point in the history