Skip to content

Conversation

kdombeck
Copy link
Contributor

Since we log all uncaught exceptions to the log file it would be nice if the password was not logged at all.

Example:
org.springframework.data.mongodb.CannotGetMongoDbConnectionException: Failed to authenticate to database [myDatabase], username = [myUsername], password = [myPassword]

should just be
org.springframework.data.mongodb.CannotGetMongoDbConnectionException: Failed to authenticate to database [myDatabase], username = [myUsername]

@odrotbohm
Copy link
Member

Applied with c807b2a. Ticket referred to is DATAMONGO-601. Released in 1.2.0 and 1.1.2

@odrotbohm odrotbohm closed this Mar 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants