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
Walter@AdicioWalter@Adicio 

how remove validation stuff from debug log but still see debug text?

my debug log keeps reaching the max size, and i guess it hits that max before it gets to any of my system.debug() text.

 

this is making it really hard to debug. it looks like my debug log has nothing but validation rules. most likely because our org has a lot of validation rules.

 

any advice?

Best Answer chosen by Admin (Salesforce Developers) 
shra1_devshra1_dev

Hi,

 

You can do this by adding filters to the user in the debug logs under monitored users section.

 

set validations to NONE and save it.

 

 

 

Regards,

Shravan

 


All Answers

shra1_devshra1_dev

Hi,

 

You can do this by adding filters to the user in the debug logs under monitored users section.

 

set validations to NONE and save it.

 

 

 

Regards,

Shravan

 


This was selected as the best answer
Walter@AdicioWalter@Adicio

Thank you very much