Replies: 1 comment 1 reply
-
Fantastic question! There isn't, but I think that would be a really valuable feature to implement.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have jobs that get passed sensitive data as arguments, like a password and a secret key. I can prevent logging them by setting
config.active_job.log_arguments = false
, but can I also prevent them from showing up in plaintext in the jobs dashboard?Beta Was this translation helpful? Give feedback.
All reactions