Enable Enhanced Debug Logging and System Table Refactoring for Probe and SAP Payload Operations

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • THIS IS AN EXPRIMENTAL TEST TOPIC CREATED BY AI AND NOT EDITED OR REVIEWED - IT SHOULD NEVER BE MADE PUBLIC! Learn how to enable enhanced debug logging and use the refactored system tables for probe and SAP payload operations.

    Antes de Iniciar

    Role required: sn_erp_integration.erp_admin

    Por Que e Quando Desempenhar Esta Tarefa

    Enhanced debug logging and system table refactoring are critical for developers and system administrators to control and monitor probe and SAP payload operations. This task guides you through enabling debug logging per session and using the refactored system tables.

    Procedimento

    1. Enable debug logging per session.

      Developers and system administrators can control debug logging for payloads request and response based on the user session.

      Nota:
      Ensure that debug logging is only enabled when necessary to avoid storage issues.

      When debug logging is enabled, the logs capture the probe payload, payload response, timestamps, and other relevant metadata. These logs are automatically purged on a daily basis.

    2. Access the refactored system tables.

      The system table has been refactored into two separate tables: sys_metadata and non-sys_metadata.

      The sys_metadata table contains only system metadata information, while the non-sys_metadata table includes references to the system table, connection details, system information, 'is alive' status, and SAP payload property values. This separation improves clarity and maintainability.

    3. Review the probe's error handling.

      The probe's error handling has been updated to enhance operational visibility.

      Instead of raising exceptions, the probe now returns a structured object containing all relevant information, such as warnings and errors. This change provides a more organized and detailed way to capture and review the probe's operation.