Skip to content

Commit

Permalink
Merge pull request #4 from traP-jp/feat/traq_logger
Browse files Browse the repository at this point in the history
feat/traq logger
  • Loading branch information
ikura-hamu authored Aug 23, 2024
2 parents dd1a79d + 652f2ae commit cafd44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type BotHandler struct {
*Config
}

var logger = log.Default()
var logger = log.New(nil, "", log.LstdFlags)

func NewBotHandler(traqClient service.Traq, gitHubClient service.GitHub, ir repository.Invitation) (*BotHandler, error) {
ctx := context.Background()
Expand Down

0 comments on commit cafd44b

Please sign in to comment.