Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F0ECB20049E for ; Thu, 10 Aug 2017 18:12:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EF96E16B98C; Thu, 10 Aug 2017 16:12:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3807E16B98A for ; Thu, 10 Aug 2017 18:12:37 +0200 (CEST) Received: (qmail 7151 invoked by uid 500); 10 Aug 2017 16:12:36 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 7140 invoked by uid 99); 10 Aug 2017 16:12:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2017 16:12:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 04A69E9456; Thu, 10 Aug 2017 16:12:36 +0000 (UTC) From: ezhuravl To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2428: IGNITE-4991 Do not print out system properties wh... Content-Type: text/plain Date: Thu, 10 Aug 2017 16:12:36 +0000 (UTC) archived-at: Thu, 10 Aug 2017 16:12:38 -0000 GitHub user ezhuravl opened a pull request: https://github.com/apache/ignite/pull/2428 IGNITE-4991 Do not print out system properties when IGNITE_TO_STRING_… …INCLUDE_SENSITIVE is set to false You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4991 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2428.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 #2428 ---- commit 4f90b6fd77bd23fa818620f0757b792ba388ef93 Author: Evgenii Zhuravlev Date: 2017-08-10T15:54:57Z IGNITE-4991 Do not print out system properties when IGNITE_TO_STRING_INCLUDE_SENSITIVE is set to false ---- --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---