Difference between system logs and application log

asdfghjk12345
Tera Contributor

I would like to know the difference between system logs and application logs.

3 REPLIES 3

Community Alums
Not applicable

HI @asdfghjk12345 ,

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

System Logs provides a variety of logs that you can use to troubleshoot and debug transactions.

Few Examples of system logs:
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.

 

システムログに gs.info のように、アプリケーションログを記録する方法はありますか?

Community Alums
Not applicable

Hi @asdfghjk12345 ,

これらのリンクをチェックしてください

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0714743

 

https://www.servicenow.com/community/developer-forum/gs-debug-or-gs-info-in-scripts-is-not-logging/m...

他の専門家にとっても役立つため、回答が正しくて役立つとマークすることを忘れないでください。