bobbylite / bobbylite/service-template
Add structured logging config
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
core/logging.py is referenced as a stub for structured logging setup (configure_logging()). Flesh out real structured logging (e.g. JSON logs, log levels via settings).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading core/logging.py to understand the current stub. Examine the project's settings to see how log levels are configured. Research Python's logging module and libraries like python-json-logger for structured JSON output. Implement configure_logging() to integrate these, ensuring logs are properly formatted and levels are controlled via settings. Test by running the service and verifying log output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fastapi, python
- Domain
- backend, observability, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100