Browse Source

drop support for 'logRPC'

master
ansuz 1 year ago
parent
commit
9d94dac07e
1 changed files with 0 additions and 5 deletions
  1. 5
      config/config.example.js

5
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/<your name>.sock`

Loading…
Cancel
Save