- [x] Use Python’s built-in logging module. - [x] Support log levels: INFO (default), DEBUG (if verbose is set), and ERROR (always log traceback). - [x] Implement logging profiles: logs go to files by default, with minimal on-screen output unless verbose mode is enabled.