Skip to content

Commit

Permalink
decrease logging verbosity when provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
rtholmes committed Feb 19, 2024
1 parent ac69a35 commit 9e3631c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/portal/frontend/src/app/views/AdminProvisionPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class AdminProvisionPage extends AdminPage {

// update provisioned
const provisionRepo = await this.getProvisionDetails(val);
Log.info("AdminProvisionPage::handleDelivChanged(..) - planning provisioning worked: " + provisionRepo);
Log.info("AdminProvisionPage::handleDelivChanged(..) - planning provisioning worked");

let provisioned = [];
let toProvision = [];
Expand Down Expand Up @@ -178,7 +178,7 @@ export class AdminProvisionPage extends AdminPage {

// update provisioned
const reposToRelease = await this.getReleaseDetails(val);
Log.info("AdminProvisionPage::handleDelivChanged(..) - planning releasing worked: " + reposToRelease);
Log.info("AdminProvisionPage::handleDelivChanged(..) - planning releasing worked");

let released: string[] = [];
let toRelease: string[] = [];
Expand Down

0 comments on commit 9e3631c

Please sign in to comment.