summaryrefslogtreecommitdiff
path: root/tests/functional-tests
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 /tests/functional-tests
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 'tests/functional-tests')
-rw-r--r--tests/functional-tests/fixtures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional-tests/fixtures.py b/tests/functional-tests/fixtures.py
index 7e715c3f0..b42d742c4 100644
--- a/tests/functional-tests/fixtures.py
+++ b/tests/functional-tests/fixtures.py
@@ -53,7 +53,7 @@ def tracker_test_main():
else:
# Output some messages from D-Bus daemon to stderr by default. In practice,
# only errors and warnings should be output here unless the environment
- # contains G_MESSAGES_DEBUG= and/or TRACKER_VERBOSITY=1 or more.
+ # contains G_MESSAGES_DEBUG=.
handler_stderr = logging.StreamHandler(stream=sys.stderr)
handler_stderr.addFilter(logging.Filter('trackertestutils.dbusdaemon.stderr'))
handler_stdout = logging.StreamHandler(stream=sys.stderr)