You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log(feat): Add SimpleLogFormatter for clean CLI output
why: CLI commands need user-friendly output without log prefixes
what:
- Add SimpleLogFormatter class for message-only output
- Configure CLI modules (add, add_from_fs, sync) to use simple formatter
- Maintain debug formatter for core vcspull logger
- Set propagate=False to prevent duplicate logging
0 commit comments