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

Commit

Permalink
fix console.log (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkSnail authored Oct 28, 2019
1 parent a768117 commit 041c3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nni_manager/training_service/pai/paiTrainingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class PAITrainingService implements TrainingService {
.replace(/\r\n|\n|\r/gm, '');

// tslint:disable-next-line:no-console
console.log(`nniPAItrial command is ${nniPaiTrialCommand.trim()}`);
this.log.info(`nniPAItrial command is ${nniPaiTrialCommand.trim()}`);
const paiTaskRoles : PAITaskRole[] = [
new PAITaskRole(
`nni_trail_${trialJobId}`,
Expand Down

0 comments on commit 041c3f0

Please sign in to comment.