You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buffer = buffer[0 : length-1] // trim trailing line break
if bytes.HasSuffix(buffer, ignoredLogStatements) {
return length, nil // no-op
}
this.logger.Printf("[WARN] %s", buffer)
return length, nil
}
var ignoredLogStatements = []byte("golang.org/issue/25192") // "http: URL query contains semicolon, which is no longer a supported separator; parts of the query may be stripped when parsed; see golang.org/issue/25192"