jupyter_server
jupyter_server copied to clipboard
Allow specifying extra params to scrub from logs
Fixes https://github.com/jupyter-server/jupyter_server/issues/1536
- [x] Allow configuring extra param keys to scrub with
c.ServerApp.extra_log_scrub_param_keys - [x] Add to the docs
- [x] Add a test
Currently the extra param keys do not replace the default set of keys, to avoid altering the current behavior by mistake. Instead they are added to the current set of param keys.