system log and application log

hitomi_001_
Tera Contributor

Hello!

 

Could anyone tell me the difference between system log and application log?

 

 

Thanks.

1 ACCEPTED SOLUTION

Deepika18
Tera Guru

Application log records the progress of the execution of an application, whereas the system log record system events.

View solution in original post

4 REPLIES 4

Deepika18
Tera Guru

Application log records the progress of the execution of an application, whereas the system log record system events.

 Hi Deepika18,

 

Thank you for answering my question.

 

Could you give me an example of system events?

 

Thanks.

 

 

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.

Ok, I got it.

Thank you for your help much appreciated!