Skip to content

Commit

Permalink
change logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Oct 5, 2010
1 parent a0d4848 commit abf1855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private String processLine(String s, BulkRequestBuilder bulk) {

// Ignore design documents
if (id.startsWith("_design/")) {
logger.info("ignoring design document {}", id);
logger.trace("ignoring design document {}", id);
return seq;
}

Expand Down

0 comments on commit abf1855

Please sign in to comment.