Console Logging Convention

SkillMonitoring & ops

Convention for console logging levels across the monorepo.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Console Logging Convention skill

What this skill tells your AI

The instructions your AI receives, as published by ledgerhq/ledger-live in .agents/skills/console-log/SKILL.md and read by ahel’s review.

console.error is intercepted by monitoring tools (Datadog RUM, Sentry) and forwarded as an error event.

  • Use console.warn for expected or recoverable errors (network failures, optional feature unavailable, etc.)
  • Use console.error only for illegal/unexpected program states that should never occur in production
  • Prefer dropping the log entirely when the error is neither actionable nor surprising

Signals

GitHub stars
618
Forks
490
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
console-log
Source
github.com/ledgerhq/ledger-live