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 eb004e6 commit 50ccb37Copy full SHA for 50ccb37
temporalio/runtime.py
@@ -142,7 +142,7 @@ def _to_bridge_config(self) -> temporalio.bridge.runtime.LoggingConfig:
142
143
144
LoggingConfig.default = LoggingConfig(
145
- filter=TelemetryFilter(core_level="DEBUG", other_level="ERROR")
+ filter=TelemetryFilter(core_level="WARN", other_level="ERROR")
146
)
147
148
_module_start_time = time.time()
0 commit comments