Skip to content

Commit

Permalink
fix: upgrade zerolog adapter deps versions (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
danteay committed Apr 17, 2024
1 parent faba8bc commit ea75f8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion adapters/slog/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type options struct {
logger *slog.Logger
}

// Option is a function that configures the adapter.
type Option func(*options)

// WithLevel sets the log level for the logger.
Expand Down
1 change: 1 addition & 0 deletions adapters/zerolog/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type options struct {
logger *zerolog.Logger
}

// Option defines the signature for the options.
type Option func(*options)

// WithLevel sets the log level for the logger.
Expand Down

0 comments on commit ea75f8c

Please sign in to comment.