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/12/14 15:43:14 UTC

couchdb commit: updated refs/heads/master to caf070e

Repository: couchdb
Updated Branches:
  refs/heads/master af2740584 -> caf070e29


Info level logging by default


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

Branch: refs/heads/master
Commit: caf070e2999aab55b087c5664c294e71e46df9f0
Parents: af27405
Author: Robert Newson <rn...@apache.org>
Authored: Mon Dec 14 14:42:59 2015 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Dec 14 14:42:59 2015 +0000

----------------------------------------------------------------------
 rel/files/sys.config        | 2 +-
 rel/overlay/etc/default.ini | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/caf070e2/rel/files/sys.config
----------------------------------------------------------------------
diff --git a/rel/files/sys.config b/rel/files/sys.config
index 95cf49e..9c2142d 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, [error, {
+            {lager_console_backend, [info, {
                 lager_default_formatter,
                 [
                     date, " ", time,

http://git-wip-us.apache.org/repos/asf/couchdb/blob/caf070e2/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index bb069f9..66b4613 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -403,4 +403,4 @@ backend = lager
 ;     debug
 ; Each controls how verbose logging will be. Higher level mean less log output.
 ; none level turns logging off, except for crashes.
-level = error
+level = info