Manu Zhang created GEARPUMP-53:
----------------------------------
Summary: 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
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://[email protected]:45102]
[Metrics$] Metrics is enabled..., true
[ClientContext] Starting system client1931912946
[MasterProxy@masterproxy829808872] Contacts point URL:
akka.tcp://[email protected]:3000/user/master
[MasterProxy@masterproxy829808872] sending identity to
ActorSelection[Anchor(akka.tcp://[email protected]:3000/), Path(/user/master)]
[MasterProxy@masterproxy829808872] Master Proxy is started...
[MasterProxy@masterproxy829808872] Connected to
[akka.tcp://[email protected]:3000/user/master]
[MasterProxy@masterproxyclient1931912946] Contacts point URL:
akka.tcp://[email protected]: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://[email protected]:3000/), Path(/user/master)]
[MasterProxy@masterproxyclient1931912946] Connected to
[akka.tcp://[email protected]: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.4#6332)