You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think MySqlConnector::createConnection should not log the password, even if it's just a short-lived token. For debugging purposes I suppose one could add a message about the DB and authentication method.
Furthermore, I think INFO is too verbose for this. DEBUG would be more appropriate.
The text was updated successfully, but these errors were encountered:
Hey there,
I think
MySqlConnector::createConnection
should not log the password, even if it's just a short-lived token. For debugging purposes I suppose one could add a message about the DB and authentication method.Furthermore, I think INFO is too verbose for this. DEBUG would be more appropriate.
The text was updated successfully, but these errors were encountered: