Actions
Bug #19044
closedDo not send username into logs with every request
Description
From the security standpoint, this is unnecessary exposal of sensitive data. We should log database ID instead, it is still possible to pair these with usernames when needed.
We also expose this during login in Parameters Rails INFO log message, this patch will fix that as well.
Actions