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 cebacd8 commit 10becbbCopy full SHA for 10becbb
pkg/workloads/cortex/lib/server/tensorflow.py
@@ -56,7 +56,7 @@ def add_models_config(self, names, base_paths, replace_models=False):
56
def log_loading_models():
57
while not loaded_models.is_set():
58
time.sleep(2)
59
- cx_logger().warn("model(s) still loading ...")
+ cx_logger().info("model(s) still loading ...")
60
61
log_thread = threading.Thread(target=log_loading_models, daemon=True)
62
log_thread.start()
0 commit comments