-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Jetbase currently lacks consistent logging across its commands and modules. This makes debugging difficult for users and maintainers.
Current Issue
- No Structured Logging
- Most commands use print() statements instead of proper logging
- No log levels (debug, info, warning, error)
- Impossible to configure log output (file, stdout, etc.)
- Inconsistent Output
- Some commands print debug info, others are silent
- Async commands have extra Async: True print statements
- No standard format for log messages
- Missing Log Points
- No logging on command entry/exit
- No logging for database operations
- No logging for migration apply/rollback
- Errors often print tracebacks without context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels