From 9d94dac07ec44acf50f632a3ebdafd4684c2eec5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 8 Apr 2019 18:40:03 +0200 Subject: [PATCH] drop support for 'logRPC' --- config/config.example.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/config.example.js b/config/config.example.js index 01ac6677a..2ae63dc08 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -305,11 +305,6 @@ module.exports = { */ logFeedback: false, - /* If you wish to see which remote procedure calls clients request, - * set this to true - */ - logRPC: false, - /* You can get a repl for debugging the server if you want it. * to enable this, specify the debugReplName and then you can * connect to it with `nc -U /tmp/repl/.sock`