Chore: capitalise log messages for app platform (#74336)

This commit is contained in:
Serge Zaitsev
2023-09-04 18:46:08 +02:00
committed by GitHub
parent eb93ebe0d0
commit bd12ce0cbc
18 changed files with 53 additions and 53 deletions
@@ -36,7 +36,7 @@ func (s *CacheSegmentedTree) updatePeriodically() {
for _, orgID := range orgIDs {
err := s.fillOrg(orgID)
if err != nil {
logger.Error("error filling orgId", "error", err, "orgId", orgID)
logger.Error("Error filling orgId", "error", err, "orgId", orgID)
}
}
time.Sleep(20 * time.Second)