Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:33 +08:00
commit 59b6098c5f
16 changed files with 1387 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-request-logger skill
- [ ] setup_logging.sh: Automates the setup of logging configurations based on environment variables and best practices.
- [ ] generate_correlation_id.py: Generates a unique correlation ID for each API request.
- [ ] aggregate_logs.py: Script to aggregate logs from different sources into a centralized logging system.