ailin-nemui / irssi

The client of the past
https://irssi.org
Other
4 stars 0 forks source link

Improve handling of GLib log messages #50

Closed ailin-nemui closed 2 years ago

ailin-nemui commented 2 years ago

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