Skip to content

Commit

Permalink
allow usage of slog
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrodriges committed May 16, 2024
1 parent 0a608f2 commit 1bded92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/metricstest/iteration6_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func (suite *Iteration6Suite) SetupSuite() {
{Name: "github.com/rs/zerolog"},
{Name: "go.uber.org/zap"},
{Name: "github.com/sirupsen/logrus"},
{Name: "log/slog"},
// "github.com/apex",
// "github.com/go-kit/kit/log",
// "github.com/golang/glog",
Expand Down
1 change: 1 addition & 0 deletions cmd/shortenertestbeta/iteration6_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func (suite *Iteration6Suite) SetupSuite() {
"github.com/rs/zerolog",
"go.uber.org/zap",
"github.com/sirupsen/logrus",
"log/slog",
}
}

Expand Down

0 comments on commit 1bded92

Please sign in to comment.