Home
last modified time | relevance | path

Searched refs:logThreads (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/logging/
D__init__.py68 logThreads = True variable
330 if logThreads:
/third_party/python/Lib/test/
Dtest_logging.py4484 log_threads = logging.logThreads
4488 logging.logThreads = False
4498 logging.logThreads = log_threads
/third_party/python/Doc/howto/
Dlogging.rst1089 | Threading information. | Set ``logging.logThreads`` to ``False``. …