-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add debug logging and --verbose flag (M4.2) #33
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add structured debug logging to a file and a --verbose flag for troubleshooting.
Details
- Write debug logs to
~/.config/unic/logs/with rotation - Add
--verbose/-vglobal CLI flag to enable verbose output - Log AWS API calls, auth flow steps, config resolution, and errors
- Structured log format (timestamp, level, component, message)
Checklist
- Add
--verboseflag to root command ininternal/cli/root.go - Set up log file writer in
~/.config/unic/logs/unic.log - Add log rotation (by size or date)
- Instrument AWS API calls with debug logging
- Instrument auth flow with debug logging
- Instrument config resolution with debug logging
- Write tests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request