[
https://issues.apache.org/jira/browse/TINKERPOP-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052699#comment-15052699
]
ASF GitHub Bot commented on TINKERPOP-1019:
-------------------------------------------
Github user dkuppitz commented on a diff in the pull request:
https://github.com/apache/incubator-tinkerpop/pull/177#discussion_r47351037
--- Diff:
gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/GremlinProcessRunner.java
---
@@ -54,7 +56,7 @@ public void runChild(final FrameworkMethod method, final
RunNotifier notifier) {
} catch (Throwable e) {
if (validateForGraphComputer(e)) {
eachNotifier.fireTestIgnored();
- System.err.println(e.getMessage());
+ logger.error(e.getMessage());
ignored = true;
--- End diff --
Yeah, I think WARN would be fine too. INFO is what's causing trouble.
> Convert println in test to SLF4j
> --------------------------------
>
> Key: TINKERPOP-1019
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1019
> Project: TinkerPop
> Issue Type: Improvement
> Components: test-suite
> Affects Versions: 3.1.0-incubating
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Minor
> Fix For: 3.1.1-incubating
>
>
> Not sure why we used printlns for debugging. We should just switch to slf4j
> and then control the output with the log4j.properties file. We could then
> drop the special usage of the {{muteTestLogs}} system property.
> Part of this should be to sort out what's going on with controlling
> {{log4.properties}} from maven. That creates problems apparently (attempted
> to do that on a different ticket and caused hadoop/spark stuff to fail)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)