Skip to content

Commit

Permalink
do not print trustConf file in error log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Jul 17, 2024
1 parent 7123a25 commit 91ee4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/keystone.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function getToken(trust, callback) {

// check trust was found or log it
if (!trustConf) {
logger.error('Trust %s not found in configTrust file with content %j', trust, configTrust);
logger.error('Trust %s not found in configTrust file', trust);
throw errors.TokenRetrievalError(trust, 'trust not found' + trust);
}
var options = {
Expand Down

0 comments on commit 91ee4ff

Please sign in to comment.