Skip to content

Commit

Permalink
ISSUE-2428 refactor: update debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Zhou <[email protected]>
  • Loading branch information
luke-zhou committed Jun 27, 2024
1 parent c133a1f commit d5924c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ public TenantInfo getTenantsInfo() {
public ClusterInfo getClusterInfoFromEnv(String envSelected, String clusterType) {
// Map<String, String> clusterInfo = new HashMap<>();
ClusterInfo clusterInfo = new ClusterInfo();
log.debug("getEnvDetails {}", envSelected);
log.debug("getClusterInfoFromEnv {}", envSelected);
int tenantId = commonUtilsService.getTenantId(getUserName());
if (!isAuthorizedFor(ADD_EDIT_DELETE_ENVS)
&& !commonUtilsService.getEnvsFromUserId(getUserName()).contains(envSelected)) {
Expand Down

0 comments on commit d5924c1

Please sign in to comment.