Netzwerksolution Documentation Report

EP-002-2C-WORKBENCH-OBSERVABILITY-AND-TRACE-LOGGING

EP-002.2C – Workbench Observability and Trace Logging#

The workbench provides a central structured logger instead of scattered console calls.

Log levels are ERROR, WARN, INFO, DEBUG, and TRACE. The effective level is resolved in this order:

  1. URL parameter logLevel
  2. localStorage key engineeringWorkbench.logLevel
  3. configured default INFO

Every user interaction, policy decision, context transition and render cycle is observable at DEBUG level. TRACE adds manifest and DOM lifecycle detail. Passwords, tokens and sensitive user data must never be logged.

Example: /?lang=de&logLevel=trace.