mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
Remove unwanted logs (#6708)
This commit is contained in:
@@ -320,7 +320,7 @@ func logIf(ctx context.Context, err error) {
|
||||
}
|
||||
|
||||
// Get full stack trace
|
||||
trace := getTrace(2)
|
||||
trace := getTrace(3)
|
||||
|
||||
// Get the cause for the Error
|
||||
message := err.Error()
|
||||
|
||||
Reference in New Issue
Block a user