chore(log): Refine debug messages for config reloads

This commit is contained in:
hkfires
2025-09-28 08:40:25 +08:00
parent 1dbb930660
commit aa25820698
2 changed files with 4 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ func ApplyAccessProviders(manager *sdkaccess.Manager, oldCfg, newCfg *config.Con
return true, nil
}
// log.Debug("auth providers unchanged after config update")
log.Debug("auth providers unchanged after config update")
return false, nil
}