I am using a library python-sonarqube-api, which shows a password in debug logs using a logger which I consider a bug.
Until it can be fixed I need to hide the password in the logs. I am considering using a filter but I am not sure how to use it without breaking current structure of all loggers in the software.
Could you suggest me some solution please?