mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-30 04:50:45 +02:00
chore: move log to debug
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
05f07a4d9a
commit
35057eac33
@ -41,7 +41,7 @@ type Client interface {
|
||||
|
||||
// New creates a new client depending on the token type.
|
||||
func New(ctx *context.Context) (Client, error) {
|
||||
log.WithField("type", ctx.TokenType).Info("token type")
|
||||
log.WithField("type", ctx.TokenType).Debug("token type")
|
||||
if ctx.TokenType == context.TokenTypeGitHub {
|
||||
return NewGitHub(ctx, ctx.Token)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user