Chore: capitalise log messages for app platform (#74336)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user