jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

Allow specifying extra params to scrub from logs

Open jtpio opened this issue 4 months ago • 1 comments

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.

jtpio avatar Jun 25 '25 11:06 jtpio