summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-04-23 21:51:10 +0000
committerSam Thursfield <sam@afuera.me.uk>2020-04-23 21:51:10 +0000
commit814db7234d69693b5ab42669d714ef498840bf82 (patch)
tree30f791faea73df21962a89ddecd840a619c047ba /docs/reference
parentc3916ecd9496637ef63270c2e1d7bc15a0ea63aa (diff)
parent947719f351eb2f4b6a1b886c38c8f086f15727a6 (diff)
downloadtracker-814db7234d69693b5ab42669d714ef498840bf82.tar.gz
Merge branch 'sam/debug' into 'master'
Rework debug logging for 3.0 Closes #178 See merge request GNOME/tracker!219
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/libtracker-sparql/overview.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/docs/reference/libtracker-sparql/overview.xml b/docs/reference/libtracker-sparql/overview.xml
index 02a164218..0e746e1a1 100644
--- a/docs/reference/libtracker-sparql/overview.xml
+++ b/docs/reference/libtracker-sparql/overview.xml
@@ -40,48 +40,4 @@
<function><link linkend="tracker-sparql-connection-remote-new">tracker_sparql_connection_remote_new</link></function>.
</para>
</chapter>
-
- <chapter id="tracker-overview-environment-variables">
- <title>Environment Variables</title>
-
- <para>
- There are a number of environment variables which affect the way
- that the libtracker-sparql library will do its work. Those
- environment variables are described here.
-
- <itemizedlist>
- <listitem>
- <emphasis>TRACKER_USE_LOG_FILES</emphasis>
- <para>
- Don't just log to stdout and stderr, but to log files too
- which are kept in $HOME/.local/share/tracker/. This came
- into effect in 0.15.3 and 0.16.0. After this version of
- Tracker, logging to file (usually useful for debugging)
- can only be done by declaring this environment variable.
- </para>
- </listitem>
- <listitem>
- <emphasis>TRACKER_USE_CONFIG_FILES</emphasis>
- <para>
- Don't use GSettings, instead use a config file similar to
- how settings were saved in 0.10.x. That is, a file which
- is much like an .ini file. These are saved to
- $HOME/.config/tracker/
- </para>
- </listitem>
- <listitem>
- <emphasis>TRACKER_VERBOSITY</emphasis>
- <para>
- Lets you choose the log level for libtracker-sparql.
- configuration to control it. Values range
- from <emphasis>0</emphasis> to <emphasis>3</emphasis>,
- 0=errors, 1=minimal, 2=detailed, 3=debug. By default it
- is <emphasis>0</emphasis>.
- </para>
- </listitem>
- </itemizedlist>
- </para>
-
- </chapter>
-
</part>