diff --git a/lib/util/got/auth.js b/lib/util/got/auth.js index bfd695daaa494a2a89c676c0d0031943c0863e25..0f9e1adcd47fb81cf4ca8ff002395dfa88a3a085 100644 --- a/lib/util/got/auth.js +++ b/lib/util/got/auth.js @@ -8,7 +8,7 @@ module.exports = got.create({ return next(options); } if (options.token) { - logger.debug( + logger.trace( { hostname: options.hostname }, 'Converting token to Bearer auth' );