Reduce log level of batch error
Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/76a2f2b0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/76a2f2b0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/diff/76a2f2b0 Branch: refs/heads/import Commit: 76a2f2b0b0b7883d1148e1e8f637e35643cab6f6 Parents: 087e99c Author: Robert Newson <[email protected]> Authored: Tue Mar 5 18:47:21 2013 -0600 Committer: Robert Newson <[email protected]> Committed: Wed Mar 6 12:22:38 2013 -0600 ---------------------------------------------------------------------- src/chttpd_db.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/blob/76a2f2b0/src/chttpd_db.erl ---------------------------------------------------------------------- diff --git a/src/chttpd_db.erl b/src/chttpd_db.erl index 2aee9a9..e90acde 100644 --- a/src/chttpd_db.erl +++ b/src/chttpd_db.erl @@ -234,7 +234,7 @@ db_req(#httpd{method='POST', path_parts=[DbName], user_ctx=Ctx}=Req, Db) -> {ok, _} -> ok; {accepted, _} -> ok; Error -> - twig:log(notice, "Batch doc error (~s): ~p",[DocId, Error]) + twig:log(debug, "Batch doc error (~s): ~p",[DocId, Error]) end end),
