MCPcopy Create free account
hub / github.com/BeastyZ/ConvSearch-R1 / set_basic_config

Function set_basic_config

verl/verl/utils/logging_utils.py:20–24  ·  view source on GitHub ↗

This function sets the global logging format and level. It will be called when import verl

(level)

Source from the content-addressed store, hash-verified

18
19
20def set_basic_config(level):
21 """
22 This function sets the global logging format and level. It will be called when import verl
23 """
24 logging.basicConfig(format='%(levelname)s:%(asctime)s:%(message)s', level=level)
25
26
27def log_to_file(string):

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected