pidgin/pidgin

Clean up g_log handling

2020-11-01, Gary Kramlich
9616360d5943
Clean up g_log handling

Clean up the way g_log messages are handled and remove a bunch of unnecessary stuff.

I removed the glibtrace stuff as this should really be done via `G_DEBUG=fatal-warnings` and not be a compile time option.

Testing Done:
Ran locally and verified that additional messages were showing up in the terminal (for domains that weren't previously listed).

Reviewed at https://reviews.imfreedom.org/r/183/
---
id: im.pidgin.Finch3
runtime: org.gnome.Platform
runtime-version: '3.36'
sdk: org.gnome.Sdk
command: finch3
finish-args:
- --share=ipc
- --socket=x11
- --share=network
- --talk-name=org.freedesktop.Notifications
- --system-talk-name=org.freedesktop.Avahi
modules:
- packaging/flatpak/libpurple-common.yml
- packaging/flatpak/libgnt.yml
- name: finch3
buildsystem: meson
config-opts:
- -Dgtkui=false
- -Ddoc=false
sources:
- type: dir
path: '.'