[
https://issues.apache.org/jira/browse/TINKERPOP-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15530759#comment-15530759
]
ASF GitHub Bot commented on TINKERPOP-1158:
-------------------------------------------
GitHub user dkuppitz opened a pull request:
https://github.com/apache/tinkerpop/pull/444
TINKERPOP-1158 gremlin.sh -v emits log4j initialization errors
https://issues.apache.org/jira/browse/TINKERPOP-1158
Tweaked `gremlin.sh` so that it can be started from anywhere.
Removed all shell scripts that just forwarded the command to another script
and added symbolic links instead.
VOTE: +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1158
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/444.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 #444
----
commit a6d84e4d8b7a29a86cc57f6171f77b2630098bc7
Author: Daniel Kuppitz <[email protected]>
Date: 2016-09-28T20:13:56Z
Tweaked `gremlin.sh` so that it can be started from anywhere.
Removed all shell script that just forwarded the command to another script
and added symlinks instead.
----
> gremlin.sh -v emits log4j initialization errors
> -----------------------------------------------
>
> Key: TINKERPOP-1158
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1158
> Project: TinkerPop
> Issue Type: Bug
> Components: console
> Affects Versions: 3.1.1-incubating
> Reporter: Ariel Weisberg
> Assignee: Daniel Kuppitz
> Priority: Trivial
>
> I get a bunch of unrelated noise from log4j when I run hash
> [c0b79c5|https://github.com/apache/incubator-tinkerpop/tree/c0b79c5c65db6424407ca00144be5167052c6c6b].
> I am running from the bin directory of the repository after {{mvn clean
> install}}.
> {noformat}
> $ ./gremlin.sh -v
> log4j:WARN No appenders could be found for logger
> (com.jcabi.manifests.Manifests).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more
> info.
> gremlin 3.2.0-SNAPSHOT
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)