MCPcopy Create free account
hub / github.com/MotrixLab/insactor / get_root_logger

Function get_root_logger

diffplanner/utils/logger.py:6–7  ·  view source on GitHub ↗
(log_file=None, log_level=logging.INFO)

Source from the content-addressed store, hash-verified

4
5
6def get_root_logger(log_file=None, log_level=logging.INFO):
7 return get_logger('mmhuman3d', log_file, log_level)

Callers 2

mainFunction · 0.90
train_modelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected