You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/10 05:14:41 UTC

[jira] [Commented] (GEARPUMP-53) reduce INFO level logs for client

    [ https://issues.apache.org/jira/browse/GEARPUMP-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15860726#comment-15860726 ] 

ASF GitHub Bot commented on GEARPUMP-53:
----------------------------------------

GitHub user manuzhang opened a pull request:

    https://github.com/apache/incubator-gearpump/pull/145

    [GEARPUMP-53] Output client logs to "logs/gearpump-client.log"

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [ ] Make sure the commit message is formatted like:
       `[GEARPUMP-<Jira issue #>] Meaningful description of pull request` 
     - [ ] Make sure tests pass via `sbt clean test`.
     - [ ] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality. 
    


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

    $ git pull https://github.com/manuzhang/incubator-gearpump log

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

    https://github.com/apache/incubator-gearpump/pull/145.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 #145
    
----
commit 6392cd213145e2b97e395df172591004ef69343f
Author: manuzhang <ow...@gmail.com>
Date:   2017-02-10T05:10:43Z

    [GEARPUMP-53] Output client logs to "logs/gearpump-client.log"

----


> reduce INFO level logs for client
> ---------------------------------
>
>                 Key: GEARPUMP-53
>                 URL: https://issues.apache.org/jira/browse/GEARPUMP-53
>             Project: Apache Gearpump
>          Issue Type: Improvement
>            Reporter: Manu Zhang
>            Assignee: Manu Zhang
>            Priority: Minor
>
>  Typical INFO output at client side as below is too verbose. We need to change some INFO level logs to DEBUG
> {code}
> [ClusterConfig$] loading config file application.conf...
> [Slf4jLogger] Slf4jLogger started
> [Remoting] Starting remoting
> [Remoting] Remoting started; listening on addresses :[akka.tcp://client1931912946@127.0.0.1:45102]
> [Metrics$] Metrics is enabled...,  true
> [ClientContext] Starting system client1931912946
> [MasterProxy@masterproxy829808872] Contacts point URL: akka.tcp://master@127.0.0.1:3000/user/master
> [MasterProxy@masterproxy829808872] sending identity to ActorSelection[Anchor(akka.tcp://master@127.0.0.1:3000/), Path(/user/master)]
> [MasterProxy@masterproxy829808872] Master Proxy is started...
> [MasterProxy@masterproxy829808872] Connected to [akka.tcp://master@127.0.0.1:3000/user/master]
> [MasterProxy@masterproxyclient1931912946] Contacts point URL: akka.tcp://master@127.0.0.1:3000/user/master
> [ClientContext] Creating master proxy Actor[akka://client1931912946/user/masterproxyclient1931912946#603111233] for master list: List(HostPort(127.0.0.1,3000))
> [MasterProxy@masterproxyclient1931912946] Master Proxy is started...
> [MasterProxy@masterproxyclient1931912946] sending identity to ActorSelection[Anchor(akka.tcp://master@127.0.0.1:3000/), Path(/user/master)]
> [MasterProxy@masterproxyclient1931912946] Connected to [akka.tcp://master@127.0.0.1:3000/user/master]
> Submit application succeed. The application id is 4
> [ClientContext] Shutting down system client1931912946
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)