Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix logging of sensitive information in pai.py
Fixes spotify#3300 Remove logging of sensitive information in `luigi/contrib/pai.py`. * Remove the logging of the `request_json` variable in the `__init_token` method of the `PaiTask` class. * Add a new logging statement in the `__init_token` method to indicate that a token request is being made, without including sensitive information.
- Loading branch information