---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Enhanced logging security

# Enhanced logging security {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Explore the Attribution field in the node log lines to identify the script or component that generated the log message. Transaction start lines include the new field to identify the type of request
made.  
Achieve the following using the new enhancements:

* Trace the source originator of each of the log lines
* In case the originator info is not available, print the Java class name and an attribution
* At the start of each transaction line, it contains the transaction ID and transaction type

{#enhanced-log-security__ul_qhz_vyn_lzb}Use the transaction ID of each log line to understand the information given at each log line. Once you identify the transaction type, you get the originator information of each log line. Both the transaction type and originator information of each log line together gives you the required source info of each node log line.  
Hinweis:  
SYS_UI_MACRO and SERVICE_PORTAL_WIDGET script types in attribution are not reported.

## Transaction types {#enhanced-log-security__section_o3b_mzn_lzb}

The following is the list of transaction types:

* List
* Form
* XMLHttp
* Report
* SOAP
* Export
* Scheduler
* TextSearch
* Other
* REST
* JSON
* AMB
* Archive
* Batch REST
* Instance Scan
{#enhanced-log-security__ul_xhb_tzn_lzb}

## System properties {#enhanced-log-security__section_vbc_114_lzb}

The following are the system properties required for the feature:

* Glide.log.append.attribution: This property is enabled by default. It turns on/off the attribution information of each node line
* Glide.db.log.append.classname.attribution: This property is enabled by default. It turns on/off logging java class name attribution
{#enhanced-log-security__ul_k5q_c14_lzb}

