From 5aac1111209caf33fa82acc0c206b3a2165cb76e Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 20 Apr 2020 01:17:24 +0200 Subject: Remove TRACKER_VERBOSITY and tracker-log module Users should now use G_MESSAGES_DEBUG=Tracker to see debug messages on the console. The TRACKER_VERBOSITY only worked if tracker_log_init() had been called, which can't be done when libtracker-sparql is being used from an application outside of Tracker. --- tests/functional-tests/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional-tests') 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) -- cgit v1.2.1