MCPcopy
hub / github.com/openai/improved-diffusion / set_level

Function set_level

improved_diffusion/logger.py:270–274  ·  view source on GitHub ↗

Set logging threshold on current logger.

(level)

Source from the content-addressed store, hash-verified

268
269
270def set_level(level):
271 """
272 Set logging threshold on current logger.
273 """
274 get_current().set_level(level)
275
276
277def set_comm(comm):

Callers

nothing calls this directly

Calls 2

get_currentFunction · 0.85
set_levelMethod · 0.80

Tested by

no test coverage detected