structured-logging
RFC-34 compliant structured logging standards for Java services. Covers JSON log format, structured arguments, required fields, and Logback configuration. Use when implementing or reviewing logging in Java services.
Installation
SKILL.md
This produces JSON with separate fields for transactionid and userid.
| @timestamp | Log timestamp | | message | Log message text | | logger | Logger name | | threadname | Thread name | | level | Log level (INFO, WARN, ERROR, etc.) | | dd.service | Service name | | dd.env | Environment | | dd.version | Service version |
| references/logging-standards.md | Complete RFC-34 implementation guide |
RFC-34 compliant structured logging standards for Java services. Covers JSON log format, structured arguments, required fields, and Logback configuration. Use when implementing or reviewing logging in Java services. Source: bitsoex/bitso-java.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bitsoex/bitso-java --skill structured-logging- Source
- bitsoex/bitso-java
- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is structured-logging?
RFC-34 compliant structured logging standards for Java services. Covers JSON log format, structured arguments, required fields, and Logback configuration. Use when implementing or reviewing logging in Java services. Source: bitsoex/bitso-java.
How do I install structured-logging?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bitsoex/bitso-java --skill structured-logging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bitsoex/bitso-java
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-01