Logger ====== .. automodule:: semantiva.logger.logger :members: :undoc-members: From the CLI ------------ Verbosity flags map to logging levels: - ``-q`` → WARNING - ``-v`` → INFO - ``-vv`` → DEBUG Adjust file/console handlers via standard Python logging configuration.