Update to Menu and Action

This commit is contained in:
2025-03-27 22:02:16 -04:00
parent 03af4f8077
commit 7443084809
10 changed files with 718 additions and 340 deletions

View File

@ -8,7 +8,7 @@ def setup_logging(
):
"""Set up logging configuration with separate console and file handlers."""
root_logger = logging.getLogger()
root_logger.setLevel(logging.WARNING)
root_logger.setLevel(logging.DEBUG)
if root_logger.hasHandlers():
root_logger.handlers.clear()