MCPcopy Index your code
hub / github.com/huggingface/diffusers / enable_propagation

Function enable_propagation

src/diffusers/utils/logging.py:251–258  ·  view source on GitHub ↗

Enable propagation of the library log outputs. Please disable the HuggingFace Diffusers' default handler to prevent double logging if the root logger has been configured.

()

Source from the content-addressed store, hash-verified

249
250
251def enable_propagation() -> None:
252 """
253 Enable propagation of the library log outputs. Please disable the HuggingFace Diffusers' default handler to prevent
254 double logging if the root logger has been configured.
255 """
256
257 _configure_library_root_logger()
258 _get_library_root_logger().propagate = True
259
260
261def enable_explicit_format() -> None:

Callers

nothing calls this directly

Calls 2

_get_library_root_loggerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…