PredixDev/predix-rest-client

trace-logging of oauth token opens security issues for users of this client

Closed this issue · 2 comments

log.trace("token=" + token);

It is only an issue if you have set your logging level to "trace". I don't think you should have logging set so high in your production app.

this was suggested by someone in my team, but I think you're right. closing