Ignore/Mask sensitive data in logs

I am wondering if is there a way to not log data information about node execution.
For example I have a HTTP Request implementation that takes user’s data (username+password)
and uses it to authenticate sending a json to 3rd Party application (that is not controlled by us).

I would like to not have this kind of information in our logs when we see the workflow executions.

That is sadly currently not possible. The only thing you can do now is to not save executions at all.

I changed your topic to “Feature Request”.

2 Likes

@jan Ok thank you for your response.
I think it will be nice to have an option in the node general settings to enable/disable logging

2 Likes