github-code/digital-asset/cn-quickstart
digital-asset/cn-quickstart: sdk/docs/development/001-logging-style.md
# Logging Style Guide ## 1. Objectives 1. **Structured Logs**: Provide key attributes (e.g. ``commandId``, ``contractId``) as structured fields, rather than embedding them within the message string. This ensures that downstream log aggregation systems (e.g. Loki) can parse and query them easily. 2.
READ ON GITHUB-CODE ↗