Commit 4ce3f5feeba5838ad71b2216adcf696cb95c7e56
1 parent
a801df497e
Exists in
master
debug partnerrc
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
lib/partner.js
... | ... | @@ -18,6 +18,7 @@ const resendDelay = require('komodo-sdk/gateway/resend-delay'); |
18 | 18 | const st24 = require('./st24'); |
19 | 19 | |
20 | 20 | const partnerRc = fs.existsSync(__dirname + '/../rc-local.json') ? require('../rc-local.json') : require('./partner-rc.json'); |
21 | +logger.verbose('Partner RC dictionary loaded', {partner_rc: partnerRc}); | |
21 | 22 | |
22 | 23 | if (config.partner.use_sslv3) { |
23 | 24 | https.globalAgent.options.secureProtocol = 'SSLv3_method'; |