adspace
What is a difference between System log and debug log?
Answer Posted / Arpit Srivastava
A System Log shows the operational events that occur in Salesforce, such as Apex code execution, user login/logout, page load times, and other system-related activities. It's primarily used for troubleshooting system issues and is available to the system administrator. On the other hand, Debug Log captures detailed information during the execution of Apex code, including SOQL queries, DML statements, exceptions, and more. It's useful for developers to debug their code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers