You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/10/09 19:23:08 UTC

[3/3] couchdb commit: updated refs/heads/master to 72b7520

log at error level by default


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/cca94d8f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/cca94d8f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/cca94d8f

Branch: refs/heads/master
Commit: cca94d8f5876542a5cdf43bd76de7c433065d8c0
Parents: b377c67
Author: Robert Newson <rn...@apache.org>
Authored: Fri Oct 9 16:00:41 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Fri Oct 9 18:22:34 2015 +0100

----------------------------------------------------------------------
 rel/files/sys.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/cca94d8f/rel/files/sys.config
----------------------------------------------------------------------
diff --git a/rel/files/sys.config b/rel/files/sys.config
index 9c2142d..95cf49e 100644
--- a/rel/files/sys.config
+++ b/rel/files/sys.config
@@ -15,7 +15,7 @@
         {error_logger_hwm, 1000},
         {error_logger_redirect, true},
         {handlers, [
-            {lager_console_backend, [info, {
+            {lager_console_backend, [error, {
                 lager_default_formatter,
                 [
                     date, " ", time,