Skip to content

Commit

Permalink
#38: improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Aug 1, 2023
1 parent 52d0d2c commit 3ed7236
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 0 additions & 5 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1092,11 +1092,6 @@ class Mcdev {
null,
true
);
Util.logger.info(
`:: Fixing keys for ${type} on ${cred}/${bu}` +
(keyArr ? Util.getKeysString(keyArr) : '') +
`\n`
);
try {
Util.logger.info(`Retrieving latest versions of ${type} from server`);
const retriever = new Retriever(properties, buObject);
Expand Down
8 changes: 5 additions & 3 deletions lib/metadataTypes/MetadataType.js
Original file line number Diff line number Diff line change
Expand Up @@ -2082,9 +2082,11 @@ class MetadataType {
);
} else {
Util.logger.info(
` ☇ skipping ${this.definition.type} ${
item[this.definition.keyField]
}: key does not need to be updated`
Util.getGrayMsg(
` ☇ skipping ${this.definition.type} ${
item[this.definition.keyField]
}: key does not need to be updated`
)
);
}
}
Expand Down

0 comments on commit 3ed7236

Please sign in to comment.