Skip to content

Commit

Permalink
ログレベルを変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed Dec 2, 2024
1 parent 206e9e2 commit d49c28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (s *Server) createSpeechHandler(serviceType string, onResultFunc func(conte
retry:
select {
case <-retryTimer.C:
zlog.Info().
zlog.Debug().
Err(err).
Str("channel_id", h.SoraChannelID).
Str("connection_id", h.SoraConnectionID).
Expand All @@ -184,7 +184,7 @@ func (s *Server) createSpeechHandler(serviceType string, onResultFunc func(conte
goto retry
}
retryTimer.Stop()
zlog.Info().
zlog.Debug().
Err(err).
Str("channel_id", h.SoraChannelID).
Str("connection_id", h.SoraConnectionID).
Expand Down

0 comments on commit d49c28f

Please sign in to comment.