clan_vm_manager: --debug enables debug mode in clan_cli too #840

Merged
clan-bot merged 7 commits from Qubasa-add_spinner into main 2024-02-14 08:43:14 +00:00
Showing only changes of commit 403b874522 - Show all commits

View File

@ -56,6 +56,7 @@ class MainApplication(Adw.Application):
if "debug" in options:
setup_logging("DEBUG", root_log_name=__name__.split(".")[0])
setup_logging("DEBUG", root_log_name="clan_cli")
else:
setup_logging("INFO", root_log_name=__name__.split(".")[0])
log.debug("Debug logging enabled")