**Environment information:** - OS: Ubuntu-22 - Python version: 3.9 - TabPy release: 2.9.0 **Describe the issue** In [code](https://github.com/tableau/TabPy/blob/bc88276609051c472da83443750afe3075536c83/tabpy/utils/tabpy_user.py#L79) User name and password is directly put into logger. It is a potential security issue as described in [CWE-532](https://cwe.mitre.org/data/definitions/532.html) **To Reproduce** add user **Expected behavior** redacted the password
Activity