GitHub user ejwhite922 opened a pull request:
https://github.com/apache/incubator-rya/pull/271
RYA-461 Fixed log flooding from querying/adding statements in MongoDB Rya
## Description
MongoDB based Rya's log is being flooded by
RyaStatementBindingSetCursorIterator info about the pipeline when
querying/adding statements. This should be lowered to debug/trace as it isn't
useful to the average user and fills up the logs very quickly.
### Tests
Unit Tests
### Links
[Jira](https://issues.apache.org/jira/browse/RYA-461)
### Checklist
- [ ] Code Review
- [ ] Squash Commits
#### People To Review
@isper3at
@kchilton2
@DLotts
@pujav65
@amihalik
@meiercaleb
@jdasch
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ejwhite922/incubator-rya RYA-461_MongoLogFlood
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/271.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #271
----
commit ca07c4fd5c2b67d9c29f3a0cb5c8d3e5de3d2973
Author: eric.white <eric.white@...>
Date: 2018-02-02T18:35:50Z
RYA-461 Fixed log flooding from querying/adding statements in MongoDB Rya.
----
---