mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
fix(enterprise): Remove OTEL log export
This commit is contained in:
@ -37,7 +37,6 @@ def init_app(app: DifyApp) -> None:
|
||||
|
||||
_exporter = EnterpriseExporter(dify_config)
|
||||
atexit.register(_exporter.shutdown)
|
||||
_exporter.attach_log_handler()
|
||||
|
||||
# Import to trigger @signal.connect decorator registration
|
||||
import enterprise.telemetry.event_handlers # noqa: F401 # type: ignore[reportUnusedImport]
|
||||
|
||||
Reference in New Issue
Block a user