mirror of
https://github.com/irssi/irssi.git
synced 2026-08-13 05:32:11 +02:00
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. |
||
|---|---|---|
| .. | ||
| core | ||
| irc | ||
| Makefile.am | ||
| meson.build | ||