Skip to content

Commit 18a78a3

Browse files
committed
Fixed gommon changes
Signed-off-by: Vishal Rana <[email protected]>
1 parent 982498c commit 18a78a3

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

echo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func (e *Echo) SetLogOutput(w io.Writer) {
245245
}
246246

247247
// SetLogLevel sets the log level for the logger. Default value is `log.FATAL`.
248-
func (e *Echo) SetLogLevel(l log.Level) {
248+
func (e *Echo) SetLogLevel(l uint8) {
249249
e.logger.SetLevel(l)
250250
}
251251

glide.lock

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)