travelping / hello

Erlang RPC server framework
MIT License
32 stars 20 forks source link

Add possibility to hide some parts of requests/response #58

Open liveforeverx opened 9 years ago

liveforeverx commented 9 years ago

Should be done on security reasons.

It should be possible to remove some parts of requests in logs, based on configuration (for example).

surik commented 9 years ago

Should we have two different options to remove parts of request and response or one option for request and response?

/сс @ContentSafe

hsychla commented 9 years ago

That should be one option IMHO. If you don't want to see the data in the request, you most likely also don't want to see it in the response.

sschindler89 commented 9 years ago

like hsychla said: if we decide to hide the information, we don't want it to be in any message. So one option is sufficient.