|
31 | 31 | PYTHON_SCRIPT_FILE_NAME,
|
32 | 32 | PYTHON_SCRIPT_FILE_NAME_DEFAULT,
|
33 | 33 | PYTHON_LANGUAGE_RUNTIME, PYTHON_ENABLE_INIT_INDEXING,
|
34 |
| - METADATA_PROPERTIES_WORKER_INDEXED, TRACEPARENT, TRACESTATE) |
| 34 | + METADATA_PROPERTIES_WORKER_INDEXED, TRACEPARENT, |
| 35 | + TRACESTATE) |
35 | 36 | from .extension import ExtensionManager
|
36 | 37 | from .logging import disable_console_logging, enable_console_logging
|
37 | 38 | from .logging import (logger, error_logger, is_system_log_category,
|
@@ -313,9 +314,10 @@ async def _handle__worker_init_request(self, request):
|
313 | 314 | self.update_opentelemetry_status()
|
314 | 315 |
|
315 | 316 | if self.otel_libs_available:
|
316 |
| - # When this capability is enabled, logs are not piped back to the host from |
317 |
| - # the worker. Logs will directly go to where the user has configured the |
318 |
| - # logs to go. This is to ensure that the logs are not duplicated. |
| 317 | + # When this capability is enabled, logs are not piped back to the |
| 318 | + # host from the worker. Logs will directly go to where the user has |
| 319 | + # configured them to go. This is to ensure that the logs are not |
| 320 | + # duplicated. |
319 | 321 | capabilities["WorkerOpenTelemetryEnabled"] = _TRUE
|
320 | 322 |
|
321 | 323 | if DependencyManager.should_load_cx_dependencies():
|
|
0 commit comments