- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 02:02 AM
Hello!
Could anyone tell me the difference between system log and application log?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 07:40 AM
Application log records the progress of the execution of an application, whereas the system log record system events.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 07:40 AM
Application log records the progress of the execution of an application, whereas the system log record system events.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 08:40 AM
Hi Deepika18,
Thank you for answering my question.
Could you give me an example of system events?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 08:54 AM
System Logs provides a variety of logs that you can use to troubleshoot and debug transactions.
Few Examples:
1. Generally used to debug the server-side code using "gs.log()" where the result can be seen in syslog table.
2. All outbound web services requests such as REST and SOAP requests.
3. All email notifications sent from all instances within the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 05:49 PM
Ok, I got it.
Thank you for your help much appreciated!