qml.logging.edit_system_config

edit_system_config(wait_on_close=False)[source]

This function opens the log configuration file using OS-specific editors.

Setting the EDITOR environment variable will override xdg-open/open on Linux and MacOS, and allows use of wait_on_close for editor close before continuing execution.

Warning

As each OS configuration differs user-to-user, you may wish to instead open this file manually with the config_path() provided path.