DaanHoogland commented on a change in pull request #2387: CLOUDSTACK-8855
Improve Error Message for Host Alert State and reconnect host API.
URL: https://github.com/apache/cloudstack/pull/2387#discussion_r174560563
##########
File path:
engine/orchestration/src/main/java/com/cloud/agent/manager/AgentManagerImpl.java
##########
@@ -122,7 +122,6 @@
**/
public class AgentManagerImpl extends ManagerBase implements AgentManager,
HandlerFactory, Configurable {
protected static final Logger s_logger =
Logger.getLogger(AgentManagerImpl.class);
- protected static final Logger status_logger =
Logger.getLogger(Status.class);
Review comment:
I agree it is a corner case and we can revert that if someone complains but
it is an interface of the system, through the log configuration.
I am fine with it, just wanted to be sure you realised. Also so we have a
placeholder to easily find where to fix if someone complains
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services