Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
sanity check: ensure BDAP-2128 is live
Browse files Browse the repository at this point in the history
  • Loading branch information
lisangzhou authored and ronso-rage committed Oct 27, 2020
1 parent 392127d commit 287f374
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public class TemplateValidator {

public void validateTemplateRequest(Credential credential, Template template, String region, String availabilityZone, String variant) {

LOGGER.info("Josh and Toby's version. validateTemplateRequest is invoked");

String debugMsg = null;
CloudVmTypes cloudVmTypes = cloudParameterService.getVmTypesV2(credential, region, variant, new HashMap<>());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public StackResponse getStackForAmbari(AmbariAddressJson json) {

@Override
public Set<AutoscaleStackResponse> getAllForAutoscale() {
LOGGER.info("Josh and Toby's version is live and used on cloudbreak");
LOGGER.info("Get all stack, autoscale authorized only.");
return stackService.getAllForAutoscale();
}
Expand Down
5 changes: 5 additions & 0 deletions core/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@
<appender-ref ref="STDOUT"/>
</logger>

<logger name="com.sequenceiq.cloudbreak" level="INFO" additivity="false">
<appender-ref ref="CB_NODEID_BASED"/>
<appender-ref ref="STDOUT"/>
</logger>

</configuration>

0 comments on commit 287f374

Please sign in to comment.