Skip to content

Commit 4cf4b58

Browse files
committed
fix: 将 skipping 日志级别从 debug 更改为 trace,以减少输出冗余
1 parent 7cf7282 commit 4cf4b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcim_sync/checker/modrinth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def check_modrinth_data_updated_and_alive(
9494
f"[{project_id}] Game versions {diff_game_versions} changed, needs sync."
9595
)
9696
else:
97-
log.debug(f"[{project_id}] No change, skipping.")
97+
log.trace(f"[{project_id}] No change, skipping.")
9898

9999
submitter.add(Project(**remote))
100100

0 commit comments

Comments
 (0)