Currently the logs of rq is something like this:-
15:15:03
15:15:03 *** Listening on ingest...
15:17:41 ingest: tasks.ingest_job(aws_key='SDLKASFJHJKAHAJ', aws_secret='LDFKASJKDFJKSAHKJHkjsadhfkjaKJDSAHK')
So, It logs the arguments of the job too, which is a security issue, as the argument contains aws secret and access key. Is there any way to fix this in python rq? such that it won't log the arguments, or any other way