You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by sarutak <gi...@git.apache.org> on 2017/08/09 06:31:08 UTC

[GitHub] ignite pull request #2418: [IGNITE-6002] Make log message more pretty when i...

GitHub user sarutak opened a pull request:

    https://github.com/apache/ignite/pull/2418

    [IGNITE-6002] Make log message more pretty when instance name is null

    When instance name is null, log message containing "null" is shown like as follows.
    
    ```
    [09-08-2017 14:49:38][INFO ][grid-timeout-worker-#15%null%][IgniteKernal]
    Metrics for local node (to disable set 'metricsLogFrequency' to 0)
        ^-- Node [id=de0743ec, name=null, uptime=00:01:00:007]
    ```

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

    $ git pull https://github.com/sarutak/ignite IGNITE-6002

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

    https://github.com/apache/ignite/pull/2418.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 #2418
    
----
commit cb1d8bafb343d4365f3b47552ecdac9a3b0aea21
Author: Kousuke Saruta <sa...@oss.nttdata.co.jp>
Date:   2017-08-09T06:28:35Z

    Fix log message to make it more pretty

----


---
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.
---