From 9dc76c18231f158ab71dfcfae2f1659a4f2a5396 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 7 Feb 2017 09:35:58 -0800 Subject: Implement PUT /users/{user_id}/password endpoint for APIv4 (#5243) --- utils/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/config.go b/utils/config.go index 243e2b984..a1f647b3f 100644 --- a/utils/config.go +++ b/utils/config.go @@ -68,7 +68,7 @@ func FindDir(dir string) string { func DisableDebugLogForTest() { if l4g.Global["stdout"] != nil { originalDisableDebugLvl = l4g.Global["stdout"].Level - l4g.Global["stdout"].Level = l4g.WARNING + l4g.Global["stdout"].Level = l4g.ERROR } } -- cgit v1.2.3-1-g7c22