mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
chore(config-center): downgrade skipped reload deletion log from info to
debug
This commit is contained in:
@@ -193,7 +193,7 @@ object ConfigCenter : AutoCloseable {
|
||||
if (!registrations.containsKey(relativePath)) {
|
||||
return
|
||||
}
|
||||
log.info("Config deleted, skipped reload: {}", relativePath)
|
||||
log.debug("Config deleted, skipped reload: {}", relativePath)
|
||||
}
|
||||
|
||||
private fun reconcileAll() {
|
||||
|
||||
Reference in New Issue
Block a user