From ca1a0f3c28fdbc3dae2c7bd6019fdcacb021e610 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 20 Apr 2020 00:29:47 +0200 Subject: Add TRACKER_DEBUG environment variable, use for SQL debug This works the same as GTK's GTK_DEBUG variable. It will allow us to include more types of optional debugging info, and will make the default debug output more readlable. See https://gitlab.gnome.org/GNOME/tracker/issues/178 --- HACKING.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HACKING.md') diff --git a/HACKING.md b/HACKING.md index f90522a50..671d48195 100644 --- a/HACKING.md +++ b/HACKING.md @@ -31,6 +31,8 @@ OpenSuSE do automated whole-system testing that includes the GNOME desktop for t The following environment variables control logging from Tracker daemons: + * `TRACKER_DEBUG`: takes a comma-separated list of keywords to enable + extra debugging output. Use the keyword 'help' for a list of keywords. * `TRACKER_VERBOSITY`: takes a value of 1, 2 or 3 and causes increasing amounts of log output from Tracker code to be written to stdout. * `G_MESSAGES_DEBUG`: controls log output from GLib-based libraries that -- cgit v1.2.1