PySvn
PySvn copied to clipboard
password in debug log message
hi,
svn credentials are logged in debug mode.
I propose to pass data to the log method via extra={'...'} so that a custom log formatter can hide away the password.
Cheers Roland
I have raised a another ticket for a similar issue, I have noticed the passwords are in the log and also in the exception messages (which end up in CI logs when using some test frameworrks).