mirror of https://github.com/apache/cloudstack.git
Adding tracelogs to the API discovery service
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
a3f5f01c7e
commit
ceaa4e1b0d
|
|
@ -83,6 +83,9 @@ public class ApiDiscoveryServiceImpl implements ApiDiscoveryService {
|
|||
}
|
||||
|
||||
String apiName = apiCmdAnnotation.name();
|
||||
if (s_logger.isTraceEnabled()) {
|
||||
s_logger.trace("Found api: " + apiName);
|
||||
}
|
||||
ApiDiscoveryResponse response = getCmdRequestMap(cmdClass, apiCmdAnnotation);
|
||||
|
||||
String responseName = apiCmdAnnotation.responseObject().getName();
|
||||
|
|
|
|||
Loading…
Reference in New Issue