Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit 1161578

Browse files
Info -> Debug
1 parent 42f9c4f commit 1161578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func NewLogger(l *logrus.Logger) gin.HandlerFunc {
6363
} else if statusCode > 399 {
6464
log.Warn("http request warning")
6565
} else {
66-
log.Info("http request info")
66+
log.Debug("http request info")
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)