Skip to content

Conversation

jtpio
Copy link
Member

@jtpio jtpio commented Jun 25, 2025

Fixes #1536

  • Allow configuring extra param keys to scrub with c.ServerApp.extra_log_scrub_param_keys
  • Add to the docs
  • 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 jtpio force-pushed the configurable-scrub-param-keys branch from 996ec7d to 6732048 Compare June 26, 2025 15:44
@jtpio
Copy link
Member Author

jtpio commented Jun 26, 2025

CI is all passing ✅ This should now be ready for review!

@jtpio jtpio requested a review from vidartf August 8, 2025 09:33
@jtpio jtpio mentioned this pull request Aug 19, 2025
Copy link
Member

@Zsailer Zsailer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thanks @jtpio!

@Zsailer Zsailer merged commit c4d002f into jupyter-server:main Aug 20, 2025
37 checks passed
@jtpio jtpio deleted the configurable-scrub-param-keys branch August 20, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass Param Keys for scrubbing to remove from logs.
3 participants