function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dJadhavdJadhav 

Input secretI have used is displayed in debug log

Hi,

 

 I have used acustom settings. In that i hvae password field. In VF page, I have used inputSecret tag to get the value of password. When  request is send from browser , setter method is invoked and the value is displayed in debug like

 

CODE_UNIT_STARTED|[EXTERNAL]|ProfileController set(password,dipak!@$24)

 

How to skeep perticular code block from debugging?

 

Thanks in advance.

 

Regards,

Dipak