Console Logging Convention
SkillMonitoring & opsConvention for console logging levels across the monorepo.
Available today. Use it from your connected AI after setup.
No other account needed.
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.warnfor expected or recoverable errors (network failures, optional feature unavailable, etc.) - Use
console.erroronly 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