GitHub user spmallette opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/171

    TINKERPOP-859 Moved logging setup to configuration in HadoopGremlinPlugin

    https://issues.apache.org/jira/browse/TINKERPOP-859
    
    Logging setup shouldn't be hardcoded anywhere especially since we use 
slf4j.  With this approach the user has the ultimate control over what they 
want logged and what they don't.  TinkerPop provides a sensible default in the 
provided logging properties files using log4j.
    
    I tested the console manually copying the examples in the reference 
documentation after these changes and didn't see any difference in the output 
to the console.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP-859

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/171.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 #171
    
----
commit b9efcb6a99bf83e94f8db6a4612f0d92c23526cd
Author: Stephen Mallette <[email protected]>
Date:   2015-12-07T16:29:49Z

    Moved logging setup to configuration.
    
    Logging setup shouldn't be hardcoded anywhere especially since we use 
slf4j.  With this approach the user has the ultimate control over what they 
want logged and what they don't.  TinkerPop provides a sensible default in the 
provided logging properties files using log4j.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to