This is an automated email from the ASF dual-hosted git repository.
liyuheng pushed a change to branch lyh/ainode/logger-refactor
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b44c37544b8 empty
new a8a762ddcf9 save
new 084e71b0730 almost work
new ce36f229139 optimize
new 78b7eabfaf1 seems good
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
iotdb-core/ainode/ainode/core/constant.py | 6 +-
.../core/inference/inference_request_pool.py | 25 +++--
iotdb-core/ainode/ainode/core/log.py | 112 +--------------------
.../ainode/ainode/core/logger/base_logger.py | 90 +++++++++++++++++
.../ainode/core/manager/inference_manager.py | 2 +-
5 files changed, 113 insertions(+), 122 deletions(-)
create mode 100644 iotdb-core/ainode/ainode/core/logger/base_logger.py