chore(config-center): downgrade skipped reload deletion log from info to

debug
This commit is contained in:
2026-04-24 23:08:58 +08:00
parent e37dc7bc9b
commit d4277aed33

View File

@@ -193,7 +193,7 @@ object ConfigCenter : AutoCloseable {
if (!registrations.containsKey(relativePath)) { if (!registrations.containsKey(relativePath)) {
return return
} }
log.info("Config deleted, skipped reload: {}", relativePath) log.debug("Config deleted, skipped reload: {}", relativePath)
} }
private fun reconcileAll() { private fun reconcileAll() {