Skip to content

Commit

Permalink
Merge pull request #210 from microsoft/master
Browse files Browse the repository at this point in the history
fix console.log (microsoft#1636)
  • Loading branch information
SparkSnail authored Oct 28, 2019
2 parents 1892bc2 + 041c3f0 commit 7c1ab11
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 7c1ab11

Please sign in to comment.