From 1e9f6d816fed87ffabdbbb3becff4af03b08d94f Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Sun, 04 Jan 2026 16:22:35 +0800 Subject: [PATCH] refactor(symbols): 移除K线数据加载中的冗余日志记录 --- src/main/resources/application-test.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index d7bc8d1..0b2b13e 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -91,7 +91,7 @@ app: - debug: false + debug: true redis_expire: 3000 kline-update-job: false newest-price-update-job: false -- Gitblit v1.9.1