File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ class Tracer:
1919 Note: The global logger level must be set to ``TRACE`` for the messages to be logged
2020
2121 Example usage:
22- >>> controller.ramp_rate.enable_tracing()
23- >>> controller.ramp_rate.disable_tracing()
24- >>> controller.connection.enable_tracing()
25- >>> controller.connection.add_tracing_filter("query", "V?")
26- >>> controller.connection.remove_tracing_filter("query", "V?")
27- >>> controller.connection.disable_tracing()
22+ .. code-block:: python
23+ controller.ramp_rate.enable_tracing()
24+ controller.ramp_rate.disable_tracing()
25+ controller.connection.enable_tracing()
26+ controller.connection.add_tracing_filter("query", "V?")
27+ controller.connection.remove_tracing_filter("query", "V?")
28+ controller.connection.disable_tracing()
2829
2930 :param name: The name of the logger. Attached to log messages as ``logger_name``.
3031
You can’t perform that action at this time.
0 commit comments