fix: fix switch doesn't work bug (#2183)
This commit is contained in:
@@ -64,8 +64,7 @@ func logDuration(ctx context.Context, method string, req interface{}, duration t
|
||||
} else {
|
||||
logger.Infof("%s - %s - %s", addr, method)
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
content, err := json.Marshal(req)
|
||||
if err != nil {
|
||||
logx.WithContext(ctx).Errorf("%s - %s", addr, err.Error())
|
||||
@@ -76,3 +75,4 @@ func logDuration(ctx context.Context, method string, req interface{}, duration t
|
||||
logger.Infof("%s - %s - %s", addr, method, string(content))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user