21
0
Fork 0

v0.0.411
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m33s Details

This commit is contained in:
Mike Schwörer 2024-03-11 20:43:37 +01:00
parent c679797765
commit 780905ba35
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 7 additions and 7 deletions

View File

@ -74,12 +74,12 @@ func NewEngine(opt Options) *GinWrapper {
if !wrapper.ginDebug {
gin.SetMode(gin.ReleaseMode)
ginlogger := gin.Logger()
engine.Use(func(context *gin.Context) {
if !wrapper.suppressGinLogs {
if !wrapper.suppressGinLogs {
ginlogger := gin.Logger()
engine.Use(func(context *gin.Context) {
ginlogger(context)
}
})
})
}
} else {
gin.SetMode(gin.DebugMode)
}

View File

@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.410"
const GoextVersion = "0.0.411"
const GoextVersionTimestamp = "2024-03-11T20:42:12+0100"
const GoextVersionTimestamp = "2024-03-11T20:43:37+0100"