We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a9588 commit 95662d6Copy full SHA for 95662d6
README.rst
@@ -113,6 +113,7 @@ The following parameters are optional:
113
- :code:`rp_issue_id_marks = True` - Enables adding marks for issue ids (e.g. "issue:123456")
114
- :code:`rp_verify_ssl = True` - Verify SSL when connecting to the server
115
- :code:`rp_mode = DEFAULT` - DEBUG or DEFAULT launch mode. DEBUG launches are displayed in a separate tab and not visible to anyone except owner
116
+- :code:`rp_thread_logging` - EXPERIMENTAL - Enables support for reporting logs from threads by patching the builtin Thread class. Use with caution.
117
118
119
If you like to override the above parameters from command line, or from CI environment based on your build, then pass
0 commit comments