From 11270262a4a323f1c8e0d809caafd6fa5984166e Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Fri, 26 Aug 2016 13:24:57 -0800 Subject: Moving CheckBrowserCompatability to debug (#3889) --- api/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/context.go') diff --git a/api/context.go b/api/context.go index 931909b2e..c2b7a42cb 100644 --- a/api/context.go +++ b/api/context.go @@ -294,7 +294,7 @@ func (c *Context) LogAuditWithUserId(userId, extraInfo string) { func (c *Context) LogError(err *model.AppError) { // filter out endless reconnects - if c.Path == "/api/v3/users/websocket" && err.StatusCode == 401 { + if c.Path == "/api/v3/users/websocket" && err.StatusCode == 401 || err.Id == "web.check_browser_compatibility.app_error" { c.LogDebug(err) } else { l4g.Error(utils.T("api.context.log.error"), c.Path, err.Where, err.StatusCode, -- cgit v1.2.3-1-g7c22