Logging Standard
CommunityStandardize logging for robust traceability.
Authorlwilly3
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the need for consistent and informative logging across the application, ensuring better traceability, debugging, and monitoring.
Core Features & Use Cases
- Standardized Format: Enforces a consistent log message format across all modules.
- Level Management: Defines clear usage guidelines for different logging levels (DEBUG, INFO, WARNING, ERROR, CRITICAL).
- Best Practices: Provides examples for logging in CRUD operations, API routes, and authentication, while explicitly forbidding sensitive data logging.
- Use Case: When a user login fails, the system logs a
WARNINGwith the username and reason, allowing quick identification of issues without exposing passwords.
Quick Start
Implement the logging configuration by calling the setup_logging() function in app/config/logging_config.py.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Logging Standard Download link: https://github.com/lwilly3/api.audace/archive/main.zip#logging-standard Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.