summaryrefslogtreecommitdiff
path: root/abi/vts_vndk_abi_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'abi/vts_vndk_abi_test.py')
-rw-r--r--abi/vts_vndk_abi_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi/vts_vndk_abi_test.py b/abi/vts_vndk_abi_test.py
index a14c9bb..140c1c4 100644
--- a/abi/vts_vndk_abi_test.py
+++ b/abi/vts_vndk_abi_test.py
@@ -361,7 +361,7 @@ class VtsVndkAbiTest(unittest.TestCase):
if __name__ == "__main__":
# The logs are written to stdout so that TradeFed test runner can parse the
# results from stderr.
- logging.basicConfig(stream=sys.stdout)
+ logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
# Setting verbosity is required to generate output that the TradeFed test
# runner can parse.
unittest.main(verbosity=3)