logging#

日志模块,使用方式如下:

from aiearth.predict.logging import root_logger as logger

message = "hello"
logger.info(f"test {message}")