labstack / gommon

Common packages for Go
MIT License
536 stars 100 forks source link

Recent changes broke something? #33

Closed jakubjakubik closed 5 years ago

jakubjakubik commented 5 years ago
../github.com/labstack/echo/echo.go:305:19: cannot use "github.com/labstack/gommon/log".ERROR (type uint32) as type "github.com/labstack/gommon/log".Lvl in argument to e.Logger.SetLevel
../github.com/labstack/echo/echo.go:687:20: cannot use "github.com/labstack/gommon/log".DEBUG (type uint32) as type "github.com/labstack/gommon/log".Lvl in argument to e.Logger.SetLevel
jakubjakubik commented 5 years ago

https://github.com/labstack/echo/issues/1346 related

vishr commented 5 years ago

This is fixed now.