[
https://issues.apache.org/jira/browse/GEODE-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065393#comment-16065393
]
ASF GitHub Bot commented on GEODE-2601:
---------------------------------------
GitHub user YehEmily opened a pull request:
https://github.com/apache/geode/pull/606
GEODE-2601: Fixing startup configurations logging twice
[View the JIRA ticket
here.](https://issues.apache.org/jira/browse/GEODE-2601)
The original fix (pull request #582) fixed the security banner logging
twice, but not the startup configurations. This PR finishes the fix.
- [ ] JIRA ticket referenced in the commit message
- [ ] PR rebased against `develop`
- [ ] Initial contribution is a single, squashed commit
- [ ] `gradlew build` runs cleanly
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/YehEmily/geode GEODE-2601-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode/pull/606.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 #606
----
commit aa22d3c1c9a51bda1a529121453b34045a5802c7
Author: YehEmily <[email protected]>
Date: 2017-06-27T19:56:40Z
GEODE-2601: Fixing banner and startup configurations logging twice
----
> Banner is logged twice during locator startup
> ---------------------------------------------
>
> Key: GEODE-2601
> URL: https://issues.apache.org/jira/browse/GEODE-2601
> Project: Geode
> Issue Type: Bug
> Components: logging
> Reporter: Patrick Rhomberg
> Assignee: Emily Yeh
> Priority: Minor
> Labels: LogBanner
>
> In locator log file, starting a locator in gfsh yields a log file containing
> "Licensed to the Apache [...]"
> First banner ends with:
> {noformat}[info 2017/03/06 14:29:29.995 PST loc1 <main> tid=0x1] Starting
> peer location for Distribution Locator on 10.118.33.239{noformat}
> Second banner ends with:
> {noformat}[info 2017/03/06 14:29:30.160 PST loc1 <main> tid=0x1] Starting
> membership services{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)