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
Abhinav_SFDCAbhinav_SFDC 

debug logs doesn't show any changes in my org what shold i do??

Satish_SFDCSatish_SFDC
You will have to add the user as a Monitored user in the debug log.
This will then show up the logs.
In case you want more detail in the logs, you will have to add System.debug() statements in your code.

Regards,
Satish Kumar
Abhinav_SFDCAbhinav_SFDC
i already add the user but still i could not see the debug logs ?
Satish_SFDCSatish_SFDC
Once the user is added and you execute any code (Triggers or classes), these will be logged. 
After adding the user what operation are you doing. Does that operation involve any code. If it involves then logs will be created.

Regards,
Satish Kumar