fix(enterprise): Remove OTEL log export

This commit is contained in:
GareArc
2026-02-02 23:28:39 -08:00
parent df44e79599
commit 639fb304ca
3 changed files with 3 additions and 121 deletions

View File

@ -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]