ZihangJiao created SCB-1451:
-------------------------------
Summary: Printing the service information on the log
Key: SCB-1451
URL: https://issues.apache.org/jira/browse/SCB-1451
Project: Apache ServiceComb
Issue Type: Improvement
Components: Java-Chassis
Reporter: ZihangJiao
Some feedbacks from users declared that it is hard for them to trace the
service information when the initilization of the service failed, and they
would be willing to see all those information clearly in the log – actually,
they are always in there, but those information are not sticked together, which
may consume users a large amount of time to find them.
To make those information more eye-grabing and easy-finding, those information
are put together and printed on the log by this improvement, right after the
message"ServiceComb is ready."
No matter the initialization of the service succeeded or not, the information
below will be printed:
the sc/cc/ds address, AppID, ServiceName,Version, Environment, ServiceID,
InstanceID
User can also search " Service information" or " Service information is shown
below:" on the log to track the position of these information
--
This message was sent by Atlassian Jira
(v8.3.2#803003)