Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/go-hclog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8b7499a
Choose a base ref
...
head repository: hashicorp/go-hclog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3472151
Choose a head ref
  • 12 commits
  • 24 files changed
  • 7 contributors

Commits on Jan 13, 2023

  1. Update LICENSE (#121)

    CalebAlbers authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    fb16e2d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Improve AutoColor functionality

    Cleanup AutoColor to make it never fail, instead do it's best to
    activate color if possible only.
    
    Fixes #122
    evanphx committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    41460b9 View commit details
    Browse the repository at this point in the history
  2. Bump up versions tested

    evanphx committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    5763c24 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    3c7c874 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #125 from hashicorp/update-hclogvet-go1.20

    build: update to go1.20 and x/tools to 0.5.0
    shoenig authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    17c50bd View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Merge pull request #123 from hashicorp/b-better-autocolor

    Improve AutoColor functionality
    NodyHub authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d0286ec View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Add ability to wrap new subloggers

    SubloggerHook is a function that when defined, is passed any new
    sublogger that is created. This allows hclog users to wrap any sublogger
    in similar functionality as the original, as well as adjust any
    sublogger parameters dynamically.
    evanphx committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c77556b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Update logger.go

    Co-authored-by: Chris S. Kim <[email protected]>
    Evan Phoenix and kisunji authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f7ba5ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #126 from hashicorp/f-sublogger-hook

    Add ability to wrap new subloggers
    Evan Phoenix authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b4bfc9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9a27e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf945a6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #124 from hashicorp/compliance/add-headers

    [COMPLIANCE] Add Copyright and License Headers
    Evan Phoenix authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3472151 View commit details
    Browse the repository at this point in the history
Loading