Mellea Logging

Best-practices guide for adding or reviewing logging in the Mellea codebase. Covers when to use log_context() vs a dedicated logger call, canonical field names, reserved attribute constraints, async/thread safety, and what events deserve dedicated log lines. Use when: adding a new log call; reviewing a PR that touches MelleaLogger; deciding where to inject context fields; debugging why a field is missing from a log record; or ensuring consistency with the project logging conventions.

generative-computing d479ab1 5.3 KB Updated

File contents

generative-computing/mellea/tree/main/.agents/skills/mellea-logging commit d479ab14c8

Frequently asked questions

npx skillmds@latest add generative-computing/mellea-logging