Commit 1b0dac94be692dbf7d8211762c2a9ba78b193f53
1 parent
f5666b5a5e
Exists in
master
and in
1 other branch
Add log on trust proxy
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
lib/partner-listener/index.js
... | ... | @@ -17,6 +17,7 @@ const routerTrxStatus = require('./routers/trx-status'); |
17 | 17 | const app = express(); |
18 | 18 | |
19 | 19 | if (config.partner && config.partner.trust_proxy) { |
20 | + logger.verbose(`${MODULE_NAME} 01156CE1: Proxies trusted`, { trusted: config.partner.trust_proxy }); | |
20 | 21 | app.set('trust proxy', config.partner.trust_proxy); |
21 | 22 | } |
22 | 23 |