Skip to content

Allow specifying extra params to scrub from logs #1538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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!

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.
1 participant