clan_vm_manager: --debug enables debug mode in clan_cli too
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user