removed info log

This commit is contained in:
Mayuresh Chaubal 2026-01-21 16:24:03 +01:00
parent 2691173361
commit f33e17581f

View file

@ -807,7 +807,6 @@ func extractPolicyNameArray(sanURI []*url.URL) ([]string, error) {
lowerCasePath := strings.ToLower(parsedURL.Path)
key := lowerCaseHost + strings.ReplaceAll(lowerCasePath, "/", "_")
logger.Info("%d of %d URIS, Found SAN URI %s", index+1, len(sanURI), key)
if len(key) > 128 {
return nil, errors.New("Policy URL " + key + " is more than 128 characters long.")