chore: adjust log level
This commit is contained in:
parent
89ddf89052
commit
3af6f0a18d
1 changed files with 1 additions and 1 deletions
2
bot.go
2
bot.go
|
|
@ -85,7 +85,7 @@ func logMiddleware(next tele.HandlerFunc) tele.HandlerFunc {
|
|||
return func(c tele.Context) error {
|
||||
upd := c.Update()
|
||||
defer func() {
|
||||
logger.Infow("Log middleware", "update", upd)
|
||||
logger.Debugw("Log middleware", "update", upd)
|
||||
}()
|
||||
|
||||
return next(c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue