GitHub user jpeach opened a pull request:

    https://github.com/apache/zookeeper/pull/565

    ZOOKEEPER-3067: Optionally disable client environment logging.

    Although logging the client environment at initialization can be
    helpful for filing bug reports, it tends not to be that helpful
    for internal applications. It also introduces a dependency on UID
    lookups (via getlogin) that application otherwise may not desire.

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

    $ git pull https://github.com/jpeach/zookeeper ZOOKEEPER-3067

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

    https://github.com/apache/zookeeper/pull/565.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 #565
    
----
commit 28abb101236e2247dbef7d6b8c4a45874e2c536d
Author: James Peach <jpeach@...>
Date:   2018-06-20T17:11:29Z

    ZOOKEEPER-3067: Optionally disable client environment logging.
    
    Although logging the client environment at initialization can be
    helpful for filing bug reports, it tends not to be that helpful
    for internal applications. It also introduces a dependency on UID
    lookups (via getlogin) that application otherwise may not desire.

----


---

Reply via email to