You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by "Manu Zhang (JIRA)" <ji...@apache.org> on 2017/05/08 01:42:04 UTC

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

     [ https://issues.apache.org/jira/browse/GEARPUMP-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manu Zhang resolved GEARPUMP-53.
--------------------------------
    Resolution: Invalid

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