This patch introduces setting "glib_log_domains", which is
a space-separated list of log domain names, optionally prefixed
with a '-'. The list is parsed from left to right to determine
whether or not user wants to see message from a particular log
domain. Keywords 'all' or '' are allowed as well.
Examples: "GLib-GIO", "all -GLib-GIO", "-"
This patch also changes the default format for displaying GLib log
messages to include the log domain.
This patch introduces setting "glib_log_domains", which is a space-separated list of log domain names, optionally prefixed with a '-'. The list is parsed from left to right to determine whether or not user wants to see message from a particular log domain. Keywords 'all' or '' are allowed as well. Examples: "GLib-GIO", "all -GLib-GIO", "-"
This patch also changes the default format for displaying GLib log messages to include the log domain.
By Andrej Kacian