From 74e5161a4cb581c770fa03bc2538dc7f2319bc2e Mon Sep 17 00:00:00 2001 From: enahum Date: Sun, 17 Apr 2016 21:32:20 -0300 Subject: PLT-2593: Fix logs being stored with user locale (#2722) --- 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 ddc8f79b1..56c8c86d2 100644 --- a/api/context.go +++ b/api/context.go @@ -267,7 +267,7 @@ func (c *Context) LogAuditWithUserId(userId, extraInfo string) { func (c *Context) LogError(err *model.AppError) { l4g.Error(utils.T("api.context.log.error"), c.Path, err.Where, err.StatusCode, - c.RequestId, c.Session.UserId, c.IpAddress, err.Message, err.DetailedError) + c.RequestId, c.Session.UserId, c.IpAddress, err.SystemMessage(utils.T), err.DetailedError) } func (c *Context) UserRequired() { -- cgit v1.2.3-1-g7c22